info 方法

void info(
  1. Object? arg
)

实现

void info(Object? arg) =>
    _isConsoleDefined ? JS('void', 'window.console.info(#)', arg) : null;