Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -61,6 +61,8 @@ class MobileScannerWebPlugin { | @@ -61,6 +61,8 @@ class MobileScannerWebPlugin { | ||
| 61 | return _torch(call.arguments); | 61 | return _torch(call.arguments); |
| 62 | case 'stop': | 62 | case 'stop': |
| 63 | return cancel(); | 63 | return cancel(); |
| 64 | + case 'updateScanWindow': | ||
| 65 | + return Future<void>.value(); | ||
| 64 | default: | 66 | default: |
| 65 | throw PlatformException( | 67 | throw PlatformException( |
| 66 | code: 'Unimplemented', | 68 | code: 'Unimplemented', |
-
Please register or login to post a comment