static void yellow(String message, {String prefix = 'ℹ️'}) { log(message, prefix: prefix, color: _yellow); }