scanQRCode method

Future<ESPQRCodePayload> scanQRCode({
  1. String? title,
  2. String? description,
  3. String? cancelButtonText,
})

Scan QR code to get device provisioning information

Implementation

Future<ESPQRCodePayload> scanQRCode({
  String? title,
  String? description,
  String? cancelButtonText,
}) {
  throw UnimplementedError('scanQRCode() has not been implemented.');
}