Stream that emits a boolean indicating whether scanning is active.
@override Stream<bool> get isScanningStream => _scanningEventChannel .receiveBroadcastStream() .map((event) => event == true);