Navaron Bracke

format

@@ -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