EphemeralHubEventSocket<T> constructor

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

Implementation

EphemeralHubEventSocket(super._hub, super.topic, {super.bean});