qrCodeStream property

Stream<QrCodeImage> get qrCodeStream

qrCodeStream will give update of QrCode

Implementation

Stream<QrCodeImage> get qrCodeStream =>
    _wppEvents.qrCodeStreamController.stream;