isShowing method
Implementation
bool isShowing() {
if (handID != null) {
return AtomicAlertDialog.exists(handID!);
}
return _route?.isActive ?? false;
}
bool isShowing() {
if (handID != null) {
return AtomicAlertDialog.exists(handID!);
}
return _route?.isActive ?? false;
}