subscriptions property
Maps the subscription id to the stream controller that will emit the subscription data
Implementation
final Map<String, StreamController<SubscriptionMessage>> subscriptions = {};
Maps the subscription id to the stream controller that will emit the subscription data
final Map<String, StreamController<SubscriptionMessage>> subscriptions = {};