showLoader static method

dynamic showLoader(
  1. String message
)

Implementation

static showLoader(String message) {
  EasyLoading.show(status: message);
}