log method

void log(
  1. Object? value
)

Logs a value to the JavaScript console.

Implementation

void log(Object? value) => _log(value.jsify());