willHandlePopInternally property

bool willHandlePopInternally
override

Whether calling didPop would return false.

Implementation

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