stopCapturing method

void stopCapturing()

Implementation

void stopCapturing() {
  _timer?.cancel();
}