coolSuccessSnackBar method
Shows a success snack bar with the given message.
Uses the predefined success color (green).
Implementation
void coolSuccessSnackBar(String msg)
{
SnackBarUtil.showSuccessWithMessenger(this, msg);
}
Shows a success snack bar with the given message.
Uses the predefined success color (green).
void coolSuccessSnackBar(String msg)
{
SnackBarUtil.showSuccessWithMessenger(this, msg);
}