Dart
dart:html
Console
clear method
clear
Dart
dart:html
Console
clear method
Console class
Properties
memory
hashCode
runtimeType
Methods
assertCondition
clear
count
debug
dir
dirxml
error
group
groupCollapsed
groupEnd
info
log
markTimeline
profile
profileEnd
table
time
timeEnd
timeStamp
trace
warn
noSuchMethod
toString
Operators
operator ==
description
clear
method
void
clear
(
Object
arg
)
Implementation
void clear(Object arg) => _isConsoleDefined ? JS('void', 'window.console.clear(#)', arg) : null;