showError static method
Shows an error snack bar using the context.
Parameters:
context: The build contextmessage: The error message to display
Implementation
static void showError(BuildContext context, String message) {
show(context, message, false);
}