Преглед изворни кода

refactor: removed unused late keyword

flutter-beta
Julian Steenbakker пре 5 година
родитељ
комит
0f07133d03
No known key found for this signature in database GPG Key ID: 16E437C7A3D94250
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      lib/src/qr_code_scanner.dart

+ 1
- 1
lib/src/qr_code_scanner.dart Прегледај датотеку

@@ -207,7 +207,7 @@ class QRViewController {
});
}

late final MethodChannel _channel;
final MethodChannel _channel;
final CameraFacing _cameraFacing;
final StreamController<Barcode> _scanUpdateController =
StreamController<Barcode>();


Loading…
Откажи
Сачувај