shouldShowCameraSwitchControl property
bool
get
shouldShowCameraSwitchControl
Implementation
bool get shouldShowCameraSwitchControl => _shouldShowCameraSwitchControl;
set
shouldShowCameraSwitchControl
(bool newValue)
Implementation
set shouldShowCameraSwitchControl(bool newValue) {
_shouldShowCameraSwitchControl = newValue;
_updateNative();
}