updateAPIAppConfig method

ResponseFuture<UpdateAPIAppConfigResponse> updateAPIAppConfig(
  1. UpdateAPIAppConfigRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateAPIAppConfigResponse> updateAPIAppConfig(
    $1.UpdateAPIAppConfigRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateAPIAppConfig, request, options: options);
}