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