toastSuccess method

void toastSuccess(
  1. String msg
)

Implementation

void toastSuccess(String msg)
{
  ToastHelper.successToast(msg);
}