isCameraAutoFocusFaceModeSupported abstract method

Future<bool?> isCameraAutoFocusFaceModeSupported()

Checks whether the device supports the face auto-focus function. This method needs to be called after the camera is started (for example, by calling startPreview or joinChannel ).

return true: The device supports the face auto-focus function. false: The device does not support the face auto-focus function.

Implementation

Future<bool?> isCameraAutoFocusFaceModeSupported();