printLogStd function

void printLogStd(
  1. String message
)

Implementation

void printLogStd(String message) {
  stdout.write('\n$message');
}