deleteRemoteGatewayConfig_Pre method

Future<OpenIoTHubOperationResponse> deleteRemoteGatewayConfig_Pre(
  1. ServiceCall call,
  2. Future<SessionConfig> request
)

Implementation

$async.Future<$0.OpenIoTHubOperationResponse> deleteRemoteGatewayConfig_Pre($grpc.ServiceCall call, $async.Future<$0.SessionConfig> request) async {
  return deleteRemoteGatewayConfig(call, await request);
}