bool willHandlePopInternally

Whether calling didPop() would return false.

Source

@override
bool get willHandlePopInternally {
  return _localHistory != null && _localHistory.isNotEmpty;
}