putAllByLabel method

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

Implementation

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