historyBack method

  1. @override
void historyBack()
inherited

Goes back 1 in the url history

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

Implementation

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