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}) =>