canPop method

bool canPop()

检查是否可以返回

Implementation

bool canPop() => _routeStack.length > 1;