subscriptions property

Maps the subscription id to the stream controller that will emit the subscription data

Implementation

final Map<String, StreamController<SubscriptionMessage>> subscriptions = {};