ZapSubscriber constructor

ZapSubscriber(
  1. ChannelSession channelSession, {
  2. bool autoStart = true,
})

Implementation

ZapSubscriber(super.channelSession, {this.autoStart = true}) {
  if (autoStart) start();
}