toastError method

void toastError(
  1. String msg
)

Implementation

void toastError(String msg)
{
  ToastHelper.errorToast(msg);
}