### ${method.name}
${method.description}

To get the value of `${method.name}` call the method like this:

```typescript
${method.signature}
```

${method.params}

Promise resolution:

${method.result}

${method.capabilities}

#### Examples

${method.examples}

---

${method.setter}

${method.subscriber}
