static Stream<String> get onBarcodeScanned { return _eventChannel.receiveBroadcastStream().cast<String>(); }