queryWith abstract method

Future<List<T>> queryWith(
  1. SyncScope scope,
  2. QuerySpec spec
)

Query with general DB-like filters, ordering and pagination within a scope. This does not escape the scope and respects soft-delete semantics.

Implementation

Future<List<T>> queryWith(SyncScope scope, QuerySpec spec);