coolSuccessSnackBar method

void coolSuccessSnackBar(
  1. String msg
)

Implementation

void coolSuccessSnackBar(String msg)
{
  SnackBarUtil.showSuccessWithMessenger(this, msg);
}