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