write method

String write(
  1. Object msg
)

Applies this pen's styles to input and returns the styled string.

Equivalent to call. Compatible with ansicolor's pen.write().

Implementation

String write(Object msg) => call(msg);