start method

Future<void> start()

Starts live camera scanning.

Implementation

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