canPop method

bool canPop()
inherited

Forwards execution to Navigator.canPop.

Implementation

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