updateArea method
Implementation
$async.Future<UpdateAreaResponse> updateArea($pb.ClientContext? ctx, UpdateAreaRequest request) =>
_client.invoke<UpdateAreaResponse>(ctx, 'GeolocationService', 'UpdateArea', request, UpdateAreaResponse())
;
$async.Future<UpdateAreaResponse> updateArea($pb.ClientContext? ctx, UpdateAreaRequest request) =>
_client.invoke<UpdateAreaResponse>(ctx, 'GeolocationService', 'UpdateArea', request, UpdateAreaResponse())
;