putAllByUrl method

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

Implementation

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