pass static method

void pass(
  1. String message
)

Implementation

static void pass(String message) {
  print('\x1B[32m$message\x1B[0m');
}