isOpenCamera property
set
isOpenCamera
(bool value)
Sets whether the camera is open.
If set to true, the camera will be turned on.
The default value is false.
Implementation
set isOpenCamera(bool value) => _isOpenCamera = value;