showErrorSnackbar abstract method
Shows an error snackbar with the given message.
Implementation
void showErrorSnackbar(BuildContext context, String message);
Shows an error snackbar with the given message.
void showErrorSnackbar(BuildContext context, String message);