Logs the stack trace using the new human-readable format with emojis.
void dump({String? title, bool alwaysPrint = false}) { JetLogger.dumpTrace(this, title: title, alwaysPrint: alwaysPrint); }