canPop method

bool canPop()

Implementation

bool canPop() => navigatorKey.currentState?.canPop() ?? !_routeQueue.isSingle;