showErrorToast static method
Implementation
static void showErrorToast(String message) {
// Implement your error toast display logic here
print("Error: $message");
}
static void showErrorToast(String message) {
// Implement your error toast display logic here
print("Error: $message");
}