setFlashlightButtonVisible method of the UISettings interface
Shows or hides the flashlight button.
@MainThread
void setFlashlightButtonVisible( boolean isVisible );
Parameters
- isVisible
- This parameter defines if the button for turning the flashlight on should be visible. Set true to set the button visible and false otherwise.
3/2/2022 12:59:15 PM