showCameraSwitchButton method

void showCameraSwitchButton({
  1. required bool showCameraSwitchButton,
})

Implementation

void showCameraSwitchButton({required bool showCameraSwitchButton}) {
  _documentReader.functionality.showCameraSwitchButton =
      showCameraSwitchButton;
}