fatal method - SDKLogger class - core.engine library - Dart API
fatal
fatal static method
- String tag,
- String message
convenient function to print a message with log level FATAL and tag.
-
tagThe log tag. -
messageThe log message.
Implementation
static void fatal(String tag, String message) => $prototype.fatal(tag, message);