menu
remote_cache_sync package
documentation
sync/store_interfaces.dart
LocalStore<T, Id>
querySince abstract method
querySince abstract method
dark_mode
light_mode
querySince
abstract method
Future
<
List
<
T
>
>
querySince
(
SyncScope
scope
,
DateTime
since
)
Implementation
Future<List<T>> querySince(SyncScope scope, DateTime since);
remote_cache_sync package
documentation
sync/store_interfaces
LocalStore<T, Id>
querySince abstract method
LocalStore class