menu
offline_sync_helper package
documentation
core/remote_sync_service.dart
RemoteSyncService<T>
sync abstract method
sync abstract method
dark_mode
light_mode
sync
abstract method
Future
<
SyncResult
>
sync
(
List
<
T
>
models
, {
List
<
SyncAction
>
?
actions
,
})
Implementation
Future<SyncResult> sync(List<T> models, {List<SyncAction>? actions});
offline_sync_helper package
documentation
core/remote_sync_service
RemoteSyncService<T>
sync abstract method
RemoteSyncService class