hideProgressHud static method

Future<void> hideProgressHud()

Returns an instance using the default ProgressHud.hide().

Implementation

static Future<void> hideProgressHud() => ProgressHud.hide();