setHardwareIdentityInfo_Pre method
Future<SetHardwareIdentityInfoResponse>
setHardwareIdentityInfo_Pre(
- ServiceCall call,
- Future<
SetHardwareIdentityInfoRequest> request
Implementation
$async.Future<$0.SetHardwareIdentityInfoResponse> setHardwareIdentityInfo_Pre(
$grpc.ServiceCall call,
$async.Future<$0.SetHardwareIdentityInfoRequest> request) async {
return setHardwareIdentityInfo(call, await request);
}