Navaron Bracke

fix typo

@@ -15,7 +15,7 @@ BREAKING CHANGES: @@ -15,7 +15,7 @@ BREAKING CHANGES:
15 The `TorchState` enum now provides a new value for unavailable flashlights. 15 The `TorchState` enum now provides a new value for unavailable flashlights.
16 * The `autoStart` attribute has been removed from the `MobileScannerController`. The controller should be manually started on-demand. 16 * The `autoStart` attribute has been removed from the `MobileScannerController`. The controller should be manually started on-demand.
17 * A controller is now required for the `MobileScanner` widget. 17 * A controller is now required for the `MobileScanner` widget.
18 -* The `onPremissionSet`, `onStart` and `onScannerStarted` methods have been removed from the `MobileScanner` widget. Instead, await `MobileScannerController.start()`. 18 +* The `onPermissionSet`, `onStart` and `onScannerStarted` methods have been removed from the `MobileScanner` widget. Instead, await `MobileScannerController.start()`.
19 * The `startDelay` has been removed from the `MobileScanner` widget. Instead, use a delay between manual starts of one or more controllers. 19 * The `startDelay` has been removed from the `MobileScanner` widget. Instead, use a delay between manual starts of one or more controllers.
20 * The `onDetect` method has been removed from the `MobileScanner` widget. Instead, listen to `MobileScannerController.barcodes` directly. 20 * The `onDetect` method has been removed from the `MobileScanner` widget. Instead, listen to `MobileScannerController.barcodes` directly.
21 * The `overlay` widget of the `MobileScanner` has been replaced by a new property, `overlayBuilder`, which provides the constraints for the overlay. 21 * The `overlay` widget of the `MobileScanner` has been replaced by a new property, `overlayBuilder`, which provides the constraints for the overlay.