menu
wahyz_bootstrap package
documentation
presentation/controller/crud_controller.dart
AbstractCrudController<T>
getAllItems abstract method
getAllItems abstract method
dark_mode
light_mode
getAllItems
abstract method
Future
<
List
<
T
>
>
getAllItems
(
)
Implementation
Future<List<T>> getAllItems();
wahyz_bootstrap package
documentation
presentation/controller/crud_controller
AbstractCrudController<T>
getAllItems abstract method
AbstractCrudController class