back method
Navigates back in the navigation stack.
Implementation
@override
void back([T? result]) {
_checkIfCanBack();
_popWithResult(result);
notifyListeners();
}
Navigates back in the navigation stack.
@override
void back([T? result]) {
_checkIfCanBack();
_popWithResult(result);
notifyListeners();
}