willHandlePopInternally property

bool get willHandlePopInternally

Whether calling didPop would return false.

Routes that can handle pops internally (e.g., because they have their own stack of internal state) should return true here.

Implementation

bool get willHandlePopInternally => false;