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