QRCodeHandler typedef

QRCodeHandler = void Function(String? qr)

Implementation

typedef void QRCodeHandler(String? qr);