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