stopRecording method

Future<CameraMacOSFile?> stopRecording()

Call this method to stop video recording and collect the video data.

Implementation

Future<CameraMacOSFile?> stopRecording() {
  return _platformInstance.stopVideoRecording();
}