canPop method

bool canPop()

Returns true if there is at least two or more route can be pop.

Implementation

bool canPop() => routerDelegate.canPop();