stopScan method

void stopScan()

Implementation

void stopScan() {
  _controller?.stopCamera();
  _clearAnimation();
}