Browse Source

Revert "Added scanInvert method in flutter_qr_web"

This reverts commit 36577c007d.
flutter-beta
Akshay Kalbhor 4 years ago
parent
commit
a5eaeff656
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      lib/src/web/flutter_qr_web.dart

+ 0
- 6
lib/src/web/flutter_qr_web.dart View File

@@ -309,12 +309,6 @@ class QRViewControllerWeb implements QRViewController {
// TODO: flash is simply not supported by JavaScipt
return;
}

@override
Future<void> scanInvert(bool isScanInvert) {
// TODO: implement scanInvert
throw UnimplementedError();
}
}

Widget createWebQrView({onPlatformViewCreated, CameraFacing? cameraFacing}) =>


Loading…
Cancel
Save