Ver a proveniência

Added scanInvert method in flutter_qr_web

flutter-beta
Akshay Kalbhor há 4 anos
ascendente
cometimento
658933498b
1 ficheiros alterados com 6 adições e 0 eliminações
  1. +6
    -0
      lib/src/web/flutter_qr_web.dart

+ 6
- 0
lib/src/web/flutter_qr_web.dart Ver ficheiro

@@ -309,6 +309,12 @@ 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}) =>


Carregando…
Cancelar
Guardar