apply108697Workaround function

RouteInformation apply108697Workaround(
  1. RouteInformation routeInformation
)

A non-web implementation that does nothing and returns the input.

Implementation

RouteInformation apply108697Workaround(RouteInformation routeInformation) =>
    routeInformation;