historyCanBack method

bool historyCanBack()

Check whether going back 1 in the history url is possible

Implementation

bool historyCanBack() => historyCanGo(-1);