isCameraCenterStageSupported abstract method

Future<bool> isCameraCenterStageSupported()

Check if the camera supports portrait center stage.

This method is for iOS and macOS only. Before calling enableCameraCenterStage to enable portrait center stage, it is recommended to call this method to check if the current device supports the feature.

Returns true : The current camera supports the portrait center stage. false : The current camera supports the portrait center stage.

Implementation

Future<bool> isCameraCenterStageSupported();