menu
remote_cache_sync package
documentation
sync/store_interfaces.dart
LocalStore<T, Id>
getById abstract method
getById abstract method
dark_mode
light_mode
getById
abstract method
Future
<
T?
>
getById
(
Id
id
)
Implementation
Future<T?> getById(Id id);
remote_cache_sync package
documentation
sync/store_interfaces
LocalStore<T, Id>
getById abstract method
LocalStore class