toast static method

void toast(
  1. String text
)

Implementation

static void toast(String text) {
  EasyLoading.showToast(text);
}