historyCanGo method

bool historyCanGo(
  1. int delta
)

Check whether jumping of delta in the history url is possible

Implementation

bool historyCanGo(int delta) => _vRouterScope.vHistory.canGo(delta);