| 81 | /// Internal Subscription instance |
| 82 | /// @deprecated. |
| 83 | class Subscription { |
| 84 | constructor(event, subscription, callback) { |
| 85 | this.event = event; |
| 86 | this.subscription = subscription; |
nothing calls this directly
no outgoing calls
no test coverage detected