canPop method

bool canPop()

Returns true if there is more than 1 page on the stack.

Implementation

bool canPop() => GoRouter.of(this).canPop();