stop method
void
stop()
This method can be used to manually stop the camera.
Implementation
void stop() {
(() async {
await FlutterQrReader.stop();
})();
}
This method can be used to manually stop the camera.
void stop() {
(() async {
await FlutterQrReader.stop();
})();
}