countReset method

void countReset([
  1. String? arg
])

Implementation

void countReset([String? arg]) =>
    _isConsoleDefined
        ? JS('void', 'window.console.countReset(#)', arg)
        : null;