setDisplayPopup method

void setDisplayPopup(
  1. bool displayPopup
)

Enable/Disable the inflated popup with instructions before each document capture step.

Implementation

void setDisplayPopup(bool displayPopup) {
  this.displayPopup = displayPopup;
}