deleteRemoteGatewayConfig method

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

Implementation

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