isShowing method
是否显示
Implementation
// bool isShowing() {
// return _isShowing;
// }
bool isShowing() {
return CommonUtils.getDialogName() == 'updateVersionDialog';
}
是否显示
// bool isShowing() {
// return _isShowing;
// }
bool isShowing() {
return CommonUtils.getDialogName() == 'updateVersionDialog';
}