createArea constant
Spec<CreateAreaRequest, CreateAreaResponse>
const createArea
Implementation
static const createArea = connect.Spec(
'/$name/CreateArea',
connect.StreamType.unary,
geolocationv1geolocation.CreateAreaRequest.new,
geolocationv1geolocation.CreateAreaResponse.new,
);