success static method

void success(
  1. String msg
)

Implementation

static void success(String msg) {
  print("$_green $msg$_reset");
}