stopScan method

void stopScan()

Implementation

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