setHardwareIdentityInfo_Pre method

Future<SetHardwareIdentityInfoResponse> setHardwareIdentityInfo_Pre(
  1. ServiceCall call,
  2. Future<SetHardwareIdentityInfoRequest> request
)

Implementation

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