showInfo static method

void showInfo(
  1. String text
)

Implementation

static void showInfo(String text) {
  EasyLoading.showInfo(text);
}