canPop method

bool canPop()

Forwards execution to Navigator.canPop.

Implementation

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