isUpdateDialogShow static method
Implementation
static bool isUpdateDialogShow() {
if (prompter == null) return false;
return prompter!.isShow();
}
static bool isUpdateDialogShow() {
if (prompter == null) return false;
return prompter!.isShow();
}