syncConfigWithJsonConfig method

ResponseFuture<OpenIoTHubOperationResponse> syncConfigWithJsonConfig(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.OpenIoTHubOperationResponse> syncConfigWithJsonConfig($2.StringValue request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$syncConfigWithJsonConfig, request, options: options);
}