updateAPIAppConfig method

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

Implementation

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