Browse Source
Update controller API examples in README.md
flutter-beta
operator.name
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@@ -120,11 +120,11 @@ controller.toggleFlash(); |
|
|
|
## Resume/Pause |
|
|
|
Pause camera stream and scanner. |
|
|
|
```dart |
|
|
|
controller.pause(); |
|
|
|
controller.pauseCamera(); |
|
|
|
``` |
|
|
|
Resume camera stream and scanner. |
|
|
|
```dart |
|
|
|
controller.resume(); |
|
|
|
controller.resumeCamera(); |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|