Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -18,8 +18,9 @@ class MobileScannerController { | @@ -18,8 +18,9 @@ class MobileScannerController { | ||
| 18 | this.torchEnabled = false, | 18 | this.torchEnabled = false, |
| 19 | this.formats, | 19 | this.formats, |
| 20 | this.returnImage = false, | 20 | this.returnImage = false, |
| 21 | - @Deprecated('Instead, use the result of calling `start()` to determine if permissions were granted.') | ||
| 22 | - this.onPermissionSet, | 21 | + @Deprecated( |
| 22 | + 'Instead, use the result of calling `start()` to determine if permissions were granted.') | ||
| 23 | + this.onPermissionSet, | ||
| 23 | this.autoStart = true, | 24 | this.autoStart = true, |
| 24 | }); | 25 | }); |
| 25 | 26 |
-
Please register or login to post a comment