canPop method

bool canPop()

Whether the navigator can be popped.

Implementation

bool canPop() => navigatorState?.canPop() ?? false;