canPop method

bool canPop()

检查页面栈是否可以pop

Implementation

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