putAllByOrder method

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

Implementation

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