claimHardwareIdentity_Pre method
Future<ClaimHardwareIdentityResponse>
claimHardwareIdentity_Pre(
- ServiceCall call,
- Future<
ClaimHardwareIdentityRequest> request
Implementation
$async.Future<$0.ClaimHardwareIdentityResponse> claimHardwareIdentity_Pre(
$grpc.ServiceCall call,
$async.Future<$0.ClaimHardwareIdentityRequest> request) async {
return claimHardwareIdentity(call, await request);
}