pendingUnsubscriptions property

Map<int?, String> pendingUnsubscriptions
getter/setter pair

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

Implementation

Map<int?, String> pendingUnsubscriptions = <int?, String>{};