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