setNewRoutePath method

  1. @override
Future<void> setNewRoutePath(
  1. Uri uri
)
override

add a new Uri and the corresponding Page on top of the navigator

Implementation

@override
Future<void> setNewRoutePath(Uri uri) => routeManager.push(uri);