readAll abstract method
Fetch all items, optionally filtered by a scope.
Implementation
Future<List<T>> readAll({String? userId, DatumSyncScope? scope});
Fetch all items, optionally filtered by a scope.
Future<List<T>> readAll({String? userId, DatumSyncScope? scope});