createRoute constant
Spec<CreateRouteRequest, CreateRouteResponse>
const createRoute
Implementation
static const createRoute = connect.Spec(
'/$name/CreateRoute',
connect.StreamType.unary,
geolocationv1geolocation.CreateRouteRequest.new,
geolocationv1geolocation.CreateRouteResponse.new,
);