updateRoute constant

Spec<UpdateRouteRequest, UpdateRouteResponse> const updateRoute

Implementation

static const updateRoute = connect.Spec(
  '/$name/UpdateRoute',
  connect.StreamType.unary,
  geolocationv1geolocation.UpdateRouteRequest.new,
  geolocationv1geolocation.UpdateRouteResponse.new,
);