disconnect method

void disconnect()

Disconnect from the broadcast

Implementation

void disconnect() {
  _reconnecting?.close();
}