hideProgress method
dynamic
hideProgress()
Implementation
hideProgress() async {
Navigator.pop(navigatorKey.currentState!.context);
}
hideProgress() async {
Navigator.pop(navigatorKey.currentState!.context);
}