parseRouteInformation method
A function that parses the route information routeInformation
and converts it to StandardRouteData for StandardRouterDelegate.
If the plugin's parseRouteInformation is implemented and returns a route, the processing of transformRouteInformation is ignored.
Implementation
Future<StandardRouteData?> parseRouteInformation(
RouteInformation routeInformation) =>
SynchronousFuture(null);