closeScanQrPopup method

  1. @override
void closeScanQrPopup()
override

Bot API 6.4+ A method that closes the native popup for scanning a QR code opened with the showScanQrPopup method. Run it if you received valid data in the event qrTextReceived.

Implementation

@override
void closeScanQrPopup() => Telegram.WebApp.closeScanQrPopup();