resumeVideoRecording method
Resume video recording after pausing.
Implementation
@override
Future<void> resumeVideoRecording(int cameraId) async {
throw UnsupportedError(
'resumeVideoRecording() is not supported due to Win32 API limitations.',
);
}