historyForward method

  1. @override
void historyForward()
inherited

Goes forward 1 in the url history

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

Implementation

@override
void historyForward() => vRouterDelegate.historyForward();