RefreshRouteOptions.withTransportMode constructor - RefreshRouteOptions - routing library - Dart API
RefreshRouteOptions.withTransportMode
RefreshRouteOptions.withTransportMode constructor
- TransportMode transportMode
Constructs a RefreshRouteOptions object with TransportMode.
transportModeUpdates the transport mode for the route.
Implementation
factory RefreshRouteOptions.withTransportMode(TransportMode transportMode) => $prototype.withTransportMode(transportMode);