notifyReconnectionCanceled method
      
void
notifyReconnectionCanceled()
      
     
    
    
Implementation
void notifyReconnectionCanceled() {
  _connectionHandlers.values.forEach((element) {
    element.onReconnectionCanceled();
  });
}