menu
datum package
documentation
source/adapter/remote_adapter.dart
RemoteAdapter<T extends DatumEntityBase>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
void
>
update
(
T
entity
)
Update an existing entity on the remote data source.
Implementation
Future<void> update(T entity);
datum package
documentation
source/adapter/remote_adapter
RemoteAdapter<T extends DatumEntityBase>
update abstract method
RemoteAdapter class