ConnectionPromise constructor
ConnectionPromise(
- String topic,
- List<
OnChannelConnected> onChannelConnected
Implementation
ConnectionPromise(this.topic, this.onChannelConnected);