runNormalInit function
void
runNormalInit()
Runs the normal init command alias.
Implementation
void runNormalInit() {
runInit(architectureType: 'normal');
}
Runs the normal init command alias.
void runNormalInit() {
runInit(architectureType: 'normal');
}