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