Sfoglia il codice sorgente

Revert "Added scanInvert method in flutter_qr_web"

This reverts commit 36577c007d.
flutter-beta
Akshay Kalbhor 4 anni fa
parent
commit
a5eaeff656
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -6
      lib/src/web/flutter_qr_web.dart

+ 0
- 6
lib/src/web/flutter_qr_web.dart Vedi 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}) =>


Caricamento…
Annulla
Salva