canPop method

bool canPop()

Calls Navigator.canPop with this BuildContext.

Implementation

bool canPop() => Navigator.canPop(this);