Unsubscribe from a topic. Returns true on success, if the WebSocket was subscribed.
(topic: RecognizedString)
| 77 | |
| 78 | /** Unsubscribe from a topic. Returns true on success, if the WebSocket was subscribed. */ |
| 79 | unsubscribe(topic: RecognizedString) : boolean; |
| 80 | |
| 81 | /** Returns whether this websocket is subscribed to topic. */ |
| 82 | isSubscribed(topic: RecognizedString) : boolean; |
no outgoing calls
no test coverage detected