capacitor-sockets/README.md

38 lines
617 B
Markdown
Raw Normal View History

2024-10-03 05:03:39 +00:00
# capacitor-sockets
Sockets
## Install
```bash
npm install capacitor-sockets
npx cap sync
```
## API
<docgen-index>
* [`echo(...)`](#echo)
</docgen-index>
<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
### echo(...)
```typescript
echo(options: { value: string; }) => Promise<{ value: string; }>
```
| Param | Type |
| ------------- | ------------------------------- |
| **`options`** | <code>{ value: string; }</code> |
**Returns:** <code>Promise&lt;{ value: string; }&gt;</code>
--------------------
</docgen-api>