Browse Source

Update controller API examples in README.md

flutter-beta
operator.name 5 years ago
committed by GitHub
parent
commit
fb885ff53e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -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();
```




Loading…
Cancel
Save