resumeVideoRecording method

  1. @override
Future<void> resumeVideoRecording(
  1. int cameraId
)

Resume video recording after pausing.

Implementation

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