stopRecording method
Call this method to stop video recording and collect the video data.
Implementation
Future<CameraMacOSFile?> stopRecording() {
return _platformInstance.stopVideoRecording();
}
Call this method to stop video recording and collect the video data.
Future<CameraMacOSFile?> stopRecording() {
return _platformInstance.stopVideoRecording();
}