isSecondaryPopThisActive static method
Implementation
static bool isSecondaryPopThisActive() {
return _secondaryTempPopThisController.state == null ? false : true;
}
static bool isSecondaryPopThisActive() {
return _secondaryTempPopThisController.state == null ? false : true;
}