ZapClient constructor
ZapClient(
- ChannelSession channelSession, {
- required EventBook eventBook,
- bool autoStart = true,
Implementation
ZapClient(super.channelSession, {required EventBook eventBook, this.autoStart = true})
: _eventBook = eventBook {
if (autoStart) start();
}