printMessage function

void printMessage(
  1. String val
)

打印信息

Implementation

void printMessage(String val) => stdout.write(val);