Subscription constructor
      
      Subscription(
    
- Stream _stream
Create the subscription
Should barely used directly, to subscribe to event bus, use EventBus.respond.
Implementation
Subscription(this._stream);Create the subscription
Should barely used directly, to subscribe to event bus, use EventBus.respond.
Subscription(this._stream);