ConnectionPromise constructor

ConnectionPromise(
  1. String topic,
  2. List<OnChannelConnected> onChannelConnected
)

Implementation

ConnectionPromise(this.topic, this.onChannelConnected);