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