getArea constant

Spec<GetAreaRequest, GetAreaResponse> const getArea

Implementation

static const getArea = connect.Spec(
  '/$name/GetArea',
  connect.StreamType.unary,
  geolocationv1geolocation.GetAreaRequest.new,
  geolocationv1geolocation.GetAreaResponse.new,
);