canPop method

bool canPop()

Whether the navigator can be popped.

Implementation

bool canPop() => navigationKey.currentState!.canPop();