show static method

void show(
  1. ProgressHudType type,
  2. String text
)

show hud with type and text

Implementation

static void show(ProgressHudType type, String text) {
  _globalHud?.show(type, text);
}