* called when the subscription from the channel should be stopped * @param {String} channel
(channel: string)
| 42 | * @param {String} channel |
| 43 | */ |
| 44 | unsubscribe(channel: string): void; |
| 45 | } |
| 46 | |
| 47 | export default PubSubAdapter; |
no outgoing calls
no test coverage detected