info method

void info(
  1. dynamic msg
)

Implementation

void info(dynamic msg) {
  _logger.i(msg);
}