stopCapture method

void stopCapture()

Implementation

void stopCapture() {
  _cameraController?.dispose();
}