getArea method
Implementation
$async.Future<GetAreaResponse> getArea($pb.ClientContext? ctx, GetAreaRequest request) =>
_client.invoke<GetAreaResponse>(ctx, 'GeolocationService', 'GetArea', request, GetAreaResponse())
;
$async.Future<GetAreaResponse> getArea($pb.ClientContext? ctx, GetAreaRequest request) =>
_client.invoke<GetAreaResponse>(ctx, 'GeolocationService', 'GetArea', request, GetAreaResponse())
;