startRecording method

void startRecording()

Implementation

void startRecording() {
  screenshotCapture.startRecording();
  networkLogger.startLogging();
}