showCaptureButton method

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

Implementation

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