Dart SDK
dart:html
Storage
method clear
clear
class Storage
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
noSuchMethod
toString
Operators
operator []
operator []=
operator ==
void
clear
(
)
Removes all pairs from the map.
After this, the map is empty.
Source
void clear() => _clear();
method clear