I'm trying to print a message to stderr. Is there a way to pass the stderr filehandle to print?
Shannon -jj Behrens
Found it:
stderr.write("Message");
来源:https://stackoverflow.com/questions/12181658/how-can-i-print-to-stderr-in-dart-in-a-synchronous-way