@override Stream<bool> registerDetectingAutoClick() { return eventChannel .receiveBroadcastStream() .map((event) => event); }