stopRecording method

void stopRecording()

Implementation

void stopRecording() {
  screenshotCapture.stopRecording();
  networkLogger.stopLogging();
}