printToConsole method

void printToConsole(
  1. Object? o
)

Implementation

void printToConsole(Object? o) {
  consolePrinter(o);
}