Navaron Bracke

add stub for web update scan window impl

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