coolFailureSnackBar method
Shows a failure snack bar with the given message.
Uses the predefined failure color (orange).
Implementation
void coolFailureSnackBar(String msg)
{
SnackBarUtil.showFailureWithMessenger(this, msg);
}
Shows a failure snack bar with the given message.
Uses the predefined failure color (orange).
void coolFailureSnackBar(String msg)
{
SnackBarUtil.showFailureWithMessenger(this, msg);
}