hideSwitchCameraButton method
Hides or shows the switch camera button.
Implementation
SessionSettingsBuilder hideSwitchCameraButton(bool hide) {
_hideSwitchCameraButton = hide;
return this;
}
Hides or shows the switch camera button.
SessionSettingsBuilder hideSwitchCameraButton(bool hide) {
_hideSwitchCameraButton = hide;
return this;
}