menu
flowr package
documentation
flowr_arch.dart
IRepo<T extends ITable<ID>, ID>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
ID
>
update
(
T
value
)
return: data.ID
Implementation
Future<ID> update(T value);
flowr package
documentation
flowr_arch
IRepo<T extends ITable<ID>, ID>
update abstract method
IRepo class