log method

void log(
  1. Object? o
)

Implementation

void log(Object? o) {
  stdout('[HttpClient] $o');
}