getInitialRouteData method
The process of creating StandardRouteData to be passed from the plugin to the screen, and this data is passed to StandardRouterDelegate.routeWithConfiguration. If multiple plugins implement getInitialRouteData, the getInitialRouteData of the first found plugin will be executed.
Implementation
Future<StandardRouteData?> getInitialRouteData() => SynchronousFuture(null);