stop method

Future<void> stop()

Stops live camera scanning.

Implementation

Future<void> stop() async {
  await _controller.stop();
}