createHardwareIdentity_Pre method

Future<CreateHardwareIdentityResponse> createHardwareIdentity_Pre(
  1. ServiceCall call,
  2. Future<CreateHardwareIdentityRequest> request
)

Implementation

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