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