updateArea constant
Spec<UpdateAreaRequest, UpdateAreaResponse>
const updateArea
Implementation
static const updateArea = connect.Spec(
'/$name/UpdateArea',
connect.StreamType.unary,
geolocationv1geolocation.UpdateAreaRequest.new,
geolocationv1geolocation.UpdateAreaResponse.new,
);