dismissLoading static method

void dismissLoading()

关闭加载Toast

Implementation

static void dismissLoading() {
  _cancel();
}