isUpdateDialogShow static method

bool isUpdateDialogShow()

Implementation

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