canPop abstract method

bool canPop()

The initial route cannot be popped off the navigator, which implies that this function returns true only if popping the navigator would not remove the initial route.

Modular.to.canPop();

Implementation

bool canPop();