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