syncConfigWithToken_Pre method

Future<OpenIoTHubOperationResponse> syncConfigWithToken_Pre(
  1. ServiceCall call,
  2. Future<IoTManagerServerAndToken> request
)

Implementation

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