w static method
Implementation
static void w(dynamic message, {String? tag}) {
_logger.w(tag?.isNotEmpty == true ? "[$tag] $message" : message);
}
static void w(dynamic message, {String? tag}) {
_logger.w(tag?.isNotEmpty == true ? "[$tag] $message" : message);
}