Dart
dart:html
Console
count method
description
count method
void
count
(
Object
arg
)
Implementation
void
count(
Object
arg) => _isConsoleDefined ? JS(
'void'
,
'window.console.count(#)'
, arg) :
null
;