error static method

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

Implementation

static void error(String message, {String? tag}) {
  _log('ERROR', message, tag: tag);
}