willHandlePopInternally property

  1. @override
bool willHandlePopInternally
override

Whether calling didPop would return false.

Implementation

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