canPop method

bool canPop()

Whether the navigator can be popped.

Implementation

bool canPop() => App.appState?.navigator?.canPop() ?? false;