hide static method
Closes the loading popup previously opened with show.
Implementation
static void hide(BuildContext context) {
Navigator.of(context, rootNavigator: true).pop();
}
Closes the loading popup previously opened with show.
static void hide(BuildContext context) {
Navigator.of(context, rootNavigator: true).pop();
}