warn function

void warn(
  1. dynamic msg
)

Implementation

void warn(msg) => print(yellow('$msg'));