upsertMany abstract method

Future<void> upsertMany(
  1. SyncScope scope,
  2. List<T> items
)

Upsert items that belong to the given scope.

Implementation

Future<void> upsertMany(SyncScope scope, List<T> items);