putAllByLabel method
- List<
AnkiMapping> objects
Implementation
Future<List<Id>> putAllByLabel(List<AnkiMapping> objects) {
return putAllByIndex(r'label', objects);
}
Future<List<Id>> putAllByLabel(List<AnkiMapping> objects) {
return putAllByIndex(r'label', objects);
}