putAllByOrder method

Future<List<Id>> putAllByOrder(
  1. List<MokuroCatalog> objects
)

Implementation

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