loading static method

dynamic loading(
  1. String msg
)

Implementation

static loading(String msg) {
  EasyLoading.show(status: msg);
}