putAllByUrl method

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

Implementation

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