log method

void log(
  1. String s
)

Implementation

void log(String s) {
  print('$s');
}