printToConsole abstract method
Print a message to the console.
This function is used internally by PrintStatement and DartBlockException.
Implementation
void printToConsole(String message);
Print a message to the console.
This function is used internally by PrintStatement and DartBlockException.
void printToConsole(String message);