preheat method
void
preheat()
writes \n🔥 Preheating...
Implementation
void preheat() {
info(cyan.wrap('\n🔥 Preheating...'));
}
writes \n🔥 Preheating...
void preheat() {
info(cyan.wrap('\n🔥 Preheating...'));
}