count method

void count (Object arg)

Implementation

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