Navaron Bracke

fix comment

@@ -205,8 +205,6 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> { @@ -205,8 +205,6 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
205 /// 205 ///
206 /// The [cameraDirection] can be used to specify the camera direction. 206 /// The [cameraDirection] can be used to specify the camera direction.
207 /// If this is null, this defaults to the [facing] value. 207 /// If this is null, this defaults to the [facing] value.
208 - ///  
209 - /// Throws a [MobileScannerException] if starting the scanner failed.  
210 Future<void> start({CameraFacing? cameraDirection}) async { 208 Future<void> start({CameraFacing? cameraDirection}) async {
211 if (_isDisposed) { 209 if (_isDisposed) {
212 throw const MobileScannerException( 210 throw const MobileScannerException(