Whether calling didPop() would return false.
Source
@override
bool get willHandlePopInternally {
return _localHistory != null && _localHistory.isNotEmpty;
}
Whether calling didPop() would return false.
@override
bool get willHandlePopInternally {
return _localHistory != null && _localHistory.isNotEmpty;
}