operator.name
5 vuotta sitten
committed by
GitHub
vanhempi
commit
fb885ff53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
2 lisäystä ja
2 poistoa
-
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(); |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|