warn static method

void warn(
  1. String msg
)

Implementation

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