scanQRCode method
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.');
}