syncConfigWithToken_Pre method
Future<OpenIoTHubOperationResponse>
syncConfigWithToken_Pre(
- ServiceCall call,
- Future<
IoTManagerServerAndToken> request
Implementation
$async.Future<$0.OpenIoTHubOperationResponse> syncConfigWithToken_Pre($grpc.ServiceCall call, $async.Future<$0.IoTManagerServerAndToken> request) async {
return syncConfigWithToken(call, await request);
}