toast static method

dynamic toast(
  1. String msg
)

toast

Implementation

static toast(String msg) async {
  await EasyLoading.showToast(msg);
}