queryWith abstract method
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);
Query with general DB-like filters, ordering and pagination within a scope. This does not escape the scope and respects soft-delete semantics.
Future<List<T>> queryWith(SyncScope scope, QuerySpec spec);