onRouteInformationParser method
Implementation
RouteInformationParser<Object>? onRouteInformationParser() =>
inRouteInformationParser != null ? inRouteInformationParser!() : null;
RouteInformationParser<Object>? onRouteInformationParser() =>
inRouteInformationParser != null ? inRouteInformationParser!() : null;