Prints the fatal message with tag to the me.Log.
message
tag
void fatal(String message, [String? tag]) { _print(me.LogLevel.fatal, '${tag != null ? '[$tag]' : ''} $message'); _breadcrumb(message, tag, SentryLevel.fatal); }