setShowInstructionScreen method

InstructionsThemeBuilder setShowInstructionScreen(
  1. bool v
)

Implementation

InstructionsThemeBuilder setShowInstructionScreen(bool v) {
  configuration['showInstructionScreen'] = v;
  return this;
}