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