log method

void log(
  1. String message
)

Log the given informational message.

Implementation

void log(String message) => print(message);