historyForward method

void historyForward()

Goes forward 1 in the url history

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

Implementation

void historyForward() => historyGo(1);