logMsg method

void logMsg(
  1. String msg
)

Implementation

void logMsg(String msg) {
  print(msg);
}