canBack method

bool canBack()

是否可回退

Implementation

bool canBack() {
  return _state.canBack();
}