Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -300,7 +300,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { | @@ -300,7 +300,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { | ||
| 300 | _textureId = null; | 300 | _textureId = null; |
| 301 | _pausing = false; | 301 | _pausing = false; |
| 302 | 302 | ||
| 303 | - await methodChannel.invokeMethod<void>('stop', {'force' : force}); | 303 | + await methodChannel.invokeMethod<void>('stop', {'force': force}); |
| 304 | } | 304 | } |
| 305 | 305 | ||
| 306 | @override | 306 | @override |
| @@ -311,7 +311,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { | @@ -311,7 +311,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { | ||
| 311 | 311 | ||
| 312 | _pausing = true; | 312 | _pausing = true; |
| 313 | 313 | ||
| 314 | - await methodChannel.invokeMethod<void>('pause', {'force' : force}); | 314 | + await methodChannel.invokeMethod<void>('pause', {'force': force}); |
| 315 | } | 315 | } |
| 316 | 316 | ||
| 317 | @override | 317 | @override |
-
Please register or login to post a comment