readAll abstract method

Future<List<T>> readAll({
  1. String? userId,
  2. DatumSyncScope? scope,
})

Fetch all items, optionally filtered by a scope.

Implementation

Future<List<T>> readAll({String? userId, DatumSyncScope? scope});