navigateNamedTo method
Implementation
@Deprecated('Use navigateToPath instead')
Future<void> navigateNamedTo(String path, {bool includePrefixMatches = false, OnNavigationFailure? onFailure}) =>
RouterScope.of(this).controller.navigatePath(
path,
includePrefixMatches: includePrefixMatches,
onFailure: onFailure,
);