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