startRecording method

Future<void> startRecording({
  1. required String outputPath,
  2. int fps = 30,
  3. int resolutionDivisor = 1,
})

Implementation

Future<void> startRecording({
  required String outputPath,
  int fps = 30,
  int resolutionDivisor = 1,
}) {
  throw UnimplementedError('startRecording() has not been implemented.');
}