historyGo method

  1. @override
void historyGo(
  1. int delta
)
inherited

Goes jumps of delta in the url history

Throws an exception if this is not possible Use historyCanGo to know if this is possible

Implementation

@override
void historyGo(int delta) => vRouterDelegate.historyGo(delta);