warning static method

void warning(
  1. dynamic msg
)

Implementation

static void warning(msg) => log(msg, tagColor: PrintColor.yellow);