menu
zeebee package
documentation
app/core/base_controller.dart
BaseController
handleError method
handleError method
dark_mode
light_mode
handleError
method
void
handleError
(
String
message
)
Implementation
void handleError(String message) { error.value = message; loading.value = false; }
zeebee package
documentation
app/core/base_controller
BaseController
handleError method
BaseController class