historyCanForward method

bool historyCanForward()

Check whether going forward 1 in the history url is possible

Implementation

bool historyCanForward() => historyCanGo(1);