error method

void error(
  1. dynamic msg
)

Implementation

void error(dynamic msg) {
  _logger.e(msg);
}