ZapSubscriber constructor
ZapSubscriber(
- ChannelSession channelSession, {
- bool autoStart = true,
Implementation
ZapSubscriber(super.channelSession, {this.autoStart = true}) {
if (autoStart) start();
}