success static method

void success(
  1. String msg
)

Implementation

static void success(String msg) {
  print('✓ ' + _penSuccess(msg));
}