HubEventSocket<T> constructor

HubEventSocket<T>(
  1. EventHubService _hub,
  2. String topic, {
  3. TransferBean<T>? bean,
})

Implementation

HubEventSocket(this._hub, this.topic, {this.bean});