warn method

void warn(
  1. dynamic msg
)

Implementation

void warn(dynamic msg) => _logger.warning(msg);