consolePrint function
Print the message to the console.
Implementation
void consolePrint(String message) {
ConsoleManager.streamController!.add(message);
}
Print the message to the console.
void consolePrint(String message) {
ConsoleManager.streamController!.add(message);
}