QRCode constructor

QRCode(
  1. String randomSharedSecret,
  2. Uint8Buffer qrDataRawBytes
)

Implementation

QRCode(this.randomSharedSecret, this.qrDataRawBytes);