getListeners method
Returns a list containing the SubscriptionListener instances that were added to this client.
Returns a list containing the listeners that were added to this client.
- See addListener
Implementation
List<SubscriptionListener> getListeners() {
return _listeners.toList();
}