## ClientStorage.(constructor)

Constructs a new instance of the `ClientStorage` class

**Signature:**

```typescript
constructor(storage?: Storage, prefix?: string);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| storage | Storage | _(Optional)_ |
| prefix | string | _(Optional)_ |

- [ClientStorage.(constructor)](/content/docs/sdk/core.clientstorage._constructor_#clientstorageconstructor/index.html)
- [Parameters](/content/docs/sdk/core.clientstorage._constructor_#parameters/index.html)
