menu
drift_sync package
documentation
drift_sync.dart
DownloadSyncTypeHandler<TEntity, TKey>
getRemote method
getRemote method
dark_mode
light_mode
getRemote
method
@
override
Future
<
TEntity?
>
getRemote
(
TKey
id
)
override
Implementation
@override Future<TEntity?> getRemote(TKey id) async { return null; }
drift_sync package
documentation
drift_sync
DownloadSyncTypeHandler<TEntity, TKey>
getRemote method
DownloadSyncTypeHandler mixin