watchAll method
Watch all items directly from the remote source. Return null if the adapter doesn't support reactive queries.
Implementation
Stream<List<T>>? watchAll({String? userId, DatumSyncScope? scope}) => null;
Watch all items directly from the remote source. Return null if the adapter doesn't support reactive queries.
Stream<List<T>>? watchAll({String? userId, DatumSyncScope? scope}) => null;