TotpResponse constructor

TotpResponse(
  1. String provisioningUrl,
  2. Uint8List image,
  3. String key
)

Implementation

TotpResponse(this.provisioningUrl, this.image, this.key);