menu
remote_cache_sync package
documentation
sync/store_interfaces.dart
RemoteStore<T, Id>
batchUpsert abstract method
batchUpsert abstract method
dark_mode
light_mode
batchUpsert
abstract method
Future
<
void
>
batchUpsert
(
List
<
T
>
items
)
Implementation
Future<void> batchUpsert(List<T> items);
remote_cache_sync package
documentation
sync/store_interfaces
RemoteStore<T, Id>
batchUpsert abstract method
RemoteStore class