menu
offline_sync_helper package
documentation
core/remote_sync_service.dart
HttpSyncService<T>
HttpSyncService.new constructor
HttpSyncService.new constructor
dark_mode
light_mode
HttpSyncService<
T
>
constructor
HttpSyncService<
T
>
(
String
endpoint
,
Map
<
String
,
dynamic
>
serializer
(
T
model
)
)
Implementation
HttpSyncService(this.endpoint,this.serializer);
offline_sync_helper package
documentation
core/remote_sync_service
HttpSyncService<T>
HttpSyncService.new constructor
HttpSyncService class