menu
datum package
documentation
source/adapter/local_adapter.dart
LocalAdapter<T extends DatumEntityInterface>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
void
>
update
(
T
entity
)
Update an existing entity.
Implementation
Future<void> update(T entity);
datum package
documentation
source/adapter/local_adapter
LocalAdapter<T extends DatumEntityInterface>
update abstract method
LocalAdapter class