To set the value of `${method.setter.for}` call the method like this:

```typescript
function ${method.setter.for}(${method.signature.params}): Promise<void>
```

${method.params}

Promise resolution:

${method.result}

#### Examples

${method.examples}

---
