Subscribe to a topic.
(topic: RecognizedString)
| 74 | |
| 75 | /** Subscribe to a topic. */ |
| 76 | subscribe(topic: RecognizedString) : boolean; |
| 77 | |
| 78 | /** Unsubscribe from a topic. Returns true on success, if the WebSocket was subscribed. */ |
| 79 | unsubscribe(topic: RecognizedString) : boolean; |
no outgoing calls
no test coverage detected