showProgressHud static method

Future<void> showProgressHud()

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

Implementation

static Future<void> showProgressHud() => ProgressHud.show();