resetEmitAnsi static method

void resetEmitAnsi()

Reset ANSI emission to automatic detection.

If you have manually set isSupported, calling this will reset the setting back to automatic platform detection.

Implementation

static void resetEmitAnsi() => _emitAnsi = null;