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