updateProgress static method
update progress value and text when ProgressHudType = progress
should call show(ProgressHudType.progress, "Loading")
before use
Implementation
static void updateProgress(double progress, String text) {
_globalHud?.updateProgress(progress, text);
}