nextPath static method
The next URL
Implementation
static void nextPath(String? path) {
_calledNextRoute = true;
_currentConfiguration = AppRoutePath.page(path);
_this!.notifyListeners();
_calledNextRoute = false;
}
The next URL
static void nextPath(String? path) {
_calledNextRoute = true;
_currentConfiguration = AppRoutePath.page(path);
_this!.notifyListeners();
_calledNextRoute = false;
}