willHandlePopInternally property
inherited
Whether calling didPop would return false.
Implementation
@override
bool get willHandlePopInternally {
return _localHistory != null && _localHistory.isNotEmpty;
}
Whether calling didPop would return false.
@override
bool get willHandlePopInternally {
return _localHistory != null && _localHistory.isNotEmpty;
}