menu
wahyz_bootstrap package
documentation
application/services/crud_service.dart
AbstractCrudService<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
application/services/crud_service
AbstractCrudService<T>
getItemByUid abstract method
AbstractCrudService class