hideProgress method

dynamic hideProgress()

Implementation

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