@override Stream<bool> onConnChange() { return event .receiveBroadcastStream() .map((event) => event as bool? ?? false) .distinct(); }