reset method

String reset()

Format this string with ANSI resetting the previous color chains.

Returns default string if ANSI is not supported.

Implementation

String reset() => format(0, 0)(this);