createHardwareIdentity_Pre method
Future<CreateHardwareIdentityResponse>
createHardwareIdentity_Pre(
- ServiceCall call,
- Future<
CreateHardwareIdentityRequest> request
Implementation
$async.Future<$0.CreateHardwareIdentityResponse> createHardwareIdentity_Pre(
$grpc.ServiceCall call,
$async.Future<$0.CreateHardwareIdentityRequest> request) async {
return createHardwareIdentity(call, await request);
}