back<T> method
Implementation
@override
void back<T>([T? result]) {
_checkIfCanBack();
_popWithResult<T>(result);
notifyListeners();
}
@override
void back<T>([T? result]) {
_checkIfCanBack();
_popWithResult<T>(result);
notifyListeners();
}