From a5eaeff656815553c93dca478589e3a3dd01c659 Mon Sep 17 00:00:00 2001 From: Akshay Kalbhor Date: Wed, 17 Nov 2021 16:24:42 +0530 Subject: [PATCH] Revert "Added scanInvert method in flutter_qr_web" This reverts commit 36577c007da62831e64115fae227e0a81768e98c. --- lib/src/web/flutter_qr_web.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/src/web/flutter_qr_web.dart b/lib/src/web/flutter_qr_web.dart index cb7751b..1da3407 100644 --- a/lib/src/web/flutter_qr_web.dart +++ b/lib/src/web/flutter_qr_web.dart @@ -309,12 +309,6 @@ class QRViewControllerWeb implements QRViewController { // TODO: flash is simply not supported by JavaScipt return; } - - @override - Future scanInvert(bool isScanInvert) { - // TODO: implement scanInvert - throw UnimplementedError(); - } } Widget createWebQrView({onPlatformViewCreated, CameraFacing? cameraFacing}) =>