putAllByUrl method

Future<List<Id>> putAllByUrl(
  1. List<MokuroCatalog> objects
)

Implementation

Future<List<Id>> putAllByUrl(List<MokuroCatalog> objects) {
  return putAllByIndex(r'url', objects);
}