watchAll method

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

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;