pendingSubscriptions property

Map<String, Future> pendingSubscriptions
getter/setter pair

Stores all the subs that haven't been completed

Implementation

Map<String, Future<dynamic>> pendingSubscriptions = {};