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