menu
offline_sync_engine package
documentation
offline_sync_engine.dart
LocalStore
getRecord abstract method
getRecord abstract method
dark_mode
light_mode
getRecord
abstract method
Future
<
CRDTRecord
?
>
getRecord
(
String
id
)
Implementation
Future<CRDTRecord?> getRecord(String id);
offline_sync_engine package
documentation
offline_sync_engine
LocalStore
getRecord abstract method
LocalStore class