Przeglądaj źródła

Revert "Added scanInvert method in flutter_qr_web"

This reverts commit 36577c007d.
flutter-beta
Akshay Kalbhor 4 lat temu
rodzic
commit
a5eaeff656
1 zmienionych plików z 0 dodań i 6 usunięć
  1. +0
    -6
      lib/src/web/flutter_qr_web.dart

+ 0
- 6
lib/src/web/flutter_qr_web.dart Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz