w method

void w(
  1. String message
)

Prints a warning message.

Implementation

void w(String message) {
  _warn.print(message);
}