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