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