printPlain method

void printPlain(
  1. String message
)

Implementation

void printPlain(String message) {
  print(message);
}