offAllNamed<T> abstract method
Clears the navigation stack and navigates to the named route newRouteName
.
Implementation
Future<T?>? offAllNamed<T>(
String newRouteName, {
dynamic arguments,
String? id,
Map<String, String>? parameters,
});