offNamed<T> abstract method
Replaces the current route with the named route page
.
Implementation
Future<T?> offNamed<T>(
String page, {
dynamic arguments,
String? id,
Map<String, String>? parameters,
});
Replaces the current route with the named route page
.
Future<T?> offNamed<T>(
String page, {
dynamic arguments,
String? id,
Map<String, String>? parameters,
});