canPop method

bool canPop()

Whether the navigator can be popped

Implementation

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