notifyReconnectionStarted method
void
notifyReconnectionStarted()
Implementation
void notifyReconnectionStarted() {
_connectionHandlers.values.forEach((element) {
element.onReconnectionStarted();
});
}
void notifyReconnectionStarted() {
_connectionHandlers.values.forEach((element) {
element.onReconnectionStarted();
});
}