shouldShowInstructionPage property

bool? shouldShowInstructionPage
final

Determines whether to show an instruction page before scanning.

Set this property to true if you want to display an instruction page before scanning the barcode. If set to false, the scanning process will start immediately without showing any instructions. The default value is null.

Implementation

final bool? shouldShowInstructionPage;