notifyReconnectionSucceeded method
void
notifyReconnectionSucceeded()
Implementation
void notifyReconnectionSucceeded() {
_connectionHandlers.values.forEach((element) {
element.onReconnectionSucceeded();
});
}