canPop property
bool
get
canPop
Returns whether the current route can be popped.
Implementation
bool get canPop => navigator.canPop();
Returns whether the current route can be popped.
bool get canPop => navigator.canPop();