setNewPage method

Future<void> setNewPage(
  1. PageInstance page
)

Implementation

Future<void> setNewPage(PageInstance page) async {
  routePath = SplitRoutePath([page]);
  routePath = pathTransformerCollection.transformAll(routePath);

  notifyListeners();
}