error static method

void error(
  1. Object? message, {
  2. String? tag,
})

Implementation

static void error(Object? message, {String? tag}) =>
    log(message, level: LogLevel.error, tag: tag);