warn static method

void warn(
  1. String msg
)

Implementation

static void warn(String msg) => _print('⚠ $msg');