canPop property

bool get canPop

Returns whether the current route can be popped.

Implementation

bool get canPop => navigator.canPop();