notifyReconnectionFailed method
void
notifyReconnectionFailed()
Implementation
void notifyReconnectionFailed() {
_connectionHandlers.values.forEach((element) {
element.onReconnectionFailed();
});
}
void notifyReconnectionFailed() {
_connectionHandlers.values.forEach((element) {
element.onReconnectionFailed();
});
}