cameraResolutionIOS property
Allows you to specify the frame resolution.
iOS only. For Android use cameraResolutionAndroid
Implementation
CaptureSessionPreset? get cameraResolutionIOS => _cameraResolutionIOS;
Implementation
set cameraResolutionIOS(CaptureSessionPreset? val) {
_cameraResolutionIOS = val;
_setFunctionality({"videoSessionPreset": val}, this);
}