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