canPopPage method

bool canPopPage()

Whether the navigator can be popped.

Implementation

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