warning method

void warning(
  1. String message
)

Implementation

void warning(String message) {
  print('$yellow[WARNING] $white$message');
}