shouldPrepareForVideoRecording property
bool
get
shouldPrepareForVideoRecording
Whether the picker needs to prepare for video recording on iOS. 是否需要为 iOS 的录制视频执行准备操作
Implementation
bool get shouldPrepareForVideoRecording =>
enableRecording && enableAudio && Platform.isIOS;