showToast static method

void showToast(
  1. dynamic msg
)

Implementation

static void showToast(msg) {
  AppConfig.printLog('showToast: $msg');
  toast?.call(msg);
}