historyCanGo method

  1. @override
bool historyCanGo(
  1. int delta
)
inherited

Check whether jumping of delta in the history url is possible

Implementation

@override
bool historyCanGo(int delta) => vRouterDelegate.historyCanGo(delta);