onSetNewRoutePath property
Future<void> Function(PapilioRouterDelegate<T> delegate, T configuration)?
onSetNewRoutePath
getter/setter pair
Called by the Router when the Router.routeInformationProvider reports that a new route has been pushed to the application by the operating system. See RouterDelegate for more information.
Implementation
Future<void> Function(PapilioRouterDelegate<T> delegate, T configuration)?
onSetNewRoutePath;