ShowLoadingBar static method

void ShowLoadingBar()

Implementation

static void ShowLoadingBar() {
  Get.dialog(Center(
    child: CircularProgressIndicator(),
  ));
}