preheat method

void preheat()

writes \n🔥 Preheating...

Implementation

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