setDisplayPopup method
Enable/Disable the inflated popup with instructions before each document capture step.
Implementation
void setDisplayPopup(bool displayPopup) {
this.displayPopup = displayPopup;
}
Enable/Disable the inflated popup with instructions before each document capture step.
void setDisplayPopup(bool displayPopup) {
this.displayPopup = displayPopup;
}