startScan method

void startScan()

Implementation

void startScan() {
  isScan = false;
  _controller!.startCamera(_onQrBack);
  _initAnimation();
}