This stream contains full stream of PDF data that came from the scan.
@override Stream<Uint8List?> get pdfScanResults { return _eventChannelPDF.receiveBroadcastStream().map( (event) => event as Uint8List, ); }