hideSwitchCameraButton method

SessionSettingsBuilder hideSwitchCameraButton(
  1. bool hide
)

Hides or shows the switch camera button.

Implementation

SessionSettingsBuilder hideSwitchCameraButton(bool hide) {
  _hideSwitchCameraButton = hide;
  return this;
}