menu
wahyz_bootstrap package
documentation
application/services/crud_service.dart
AbstractCrudService<T>
createItem abstract method
createItem abstract method
dark_mode
light_mode
createItem
abstract method
Future
<
void
>
createItem
(
T
data
)
Implementation
Future<void> createItem(T data);
wahyz_bootstrap package
documentation
application/services/crud_service
AbstractCrudService<T>
createItem abstract method
AbstractCrudService class