error static method
Implementation
static void error(dynamic message,
{String tag = "", Object? error, StackTrace? stackTrace}) =>
_logErrorInternal("ERROR", message, tag, error, stackTrace);
static void error(dynamic message,
{String tag = "", Object? error, StackTrace? stackTrace}) =>
_logErrorInternal("ERROR", message, tag, error, stackTrace);