toastTips static method

void toastTips(
  1. String text, {
  2. BuildContext? context,
})

tosat提示

Implementation

static void toastTips(String text, {BuildContext? context}) {
  JhToast.showToast(jhConfig.context, msg: text);
}