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