printPurple function

void printPurple(
  1. Object? msg
)

Implementation

void printPurple(Object? msg) => _print(msg, _purple);