stop method

void stop()

This method can be used to manually stop the camera.

Implementation

void stop() {
  (() async {
    await FlutterQrReader.stop();
  })();
}