setCameraAutoFocusFaceModeEnabled property Null safety
read / write
Enables the camera auto-face focus function.
Parameter Sets whether to enable/disable the camera auto-face focus function:
true
: Enable the camera auto-face focus function.false
: (Default) Disable the camera auto-face focus function.
Implementation
bool? setCameraAutoFocusFaceModeEnabled;