A non-blocking IOSink for the same output.
IOSink
The returned IOSink will be initialized with an encoding of UTF-8 and will not do line ending conversion.
@override IOSink get nonBlocking => stdout.nonBlocking;