notifyReconnectionFailed method Null safety

void notifyReconnectionFailed()

Implementation

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