hide static method

void hide()

Implementation

static void hide() {
  if (cancelFunc != null) {
    cancelFunc!.call();
  }
  loaderVisible = false;
}