Print trace output.
@override void trace(String message) { if (!isVerbose) return; _cancelProgress(); _sink.writeln(message); }