error static method

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

Implementation

static error(String message, {String? tag}) {
  _client?.error(message, tag: tag);
}