syncConfigWithJsonConfig_Pre method
Future<OpenIoTHubOperationResponse>
syncConfigWithJsonConfig_Pre(
- ServiceCall $call,
- Future<
StringValue> $request
Implementation
$async.Future<$0.OpenIoTHubOperationResponse> syncConfigWithJsonConfig_Pre($grpc.ServiceCall $call, $async.Future<$2.StringValue> $request) async {
return syncConfigWithJsonConfig($call, await $request);
}