pendingUnsubscriptions property

Map<int, List<MqttSubscription>> pendingUnsubscriptions

A list of unsubscribe requests waiting for an unsubscribe ack message. Index is the message identifier of the unsubscribe message.

Implementation

Map<int, List<MqttSubscription>> get pendingUnsubscriptions =>
    _pendingUnsubscriptions;