Browse Source

refactor: removed unused late keyword

flutter-beta
Julian Steenbakker 5 years ago
parent
commit
0f07133d03
No known key found for this signature in database GPG Key ID: 16E437C7A3D94250
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/src/qr_code_scanner.dart

+ 1
- 1
lib/src/qr_code_scanner.dart View File

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

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


Loading…
Cancel
Save