updateArea method

Future<UpdateAreaResponse> updateArea(
  1. ClientContext? ctx,
  2. UpdateAreaRequest request
)

Implementation

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