toNamed<T> abstract method
Navigates to the named route page
with optional arguments and configurations.
Implementation
Future<T?> toNamed<T>(
String page, {
dynamic arguments,
String? id,
bool preventDuplicates = true,
Map<String, String>? parameters,
});