getArea method

Future<GetAreaResponse> getArea(
  1. ClientContext? ctx,
  2. GetAreaRequest request
)

Implementation

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