menu
chalona_api package
documentation
core/msg.dart
MessageService
showError static method
showError static method
dark_mode
light_mode
showError
static method
void
showError
(
String
message
)
Implementation
static void showError(String message) { showMessage(message: message, isError: true); }
chalona_api package
documentation
core/msg
MessageService
showError static method
MessageService class