log function

  1. @JS('console.log')
void log(
  1. Object? obj
)

Implementation

@JS('console.log')
external void log(Object? obj);