hideProgressHUD function

void hideProgressHUD(
  1. BuildContext context
)

Implementation

void hideProgressHUD(BuildContext context) {
  Navigator.pop(context);
}