Dart API Reference
dart:html
StorageEvent
StorageEvent
StorageEvent
constructor
StorageEvent
(
String
type
,
{
bool
canBubble
:
false
,
bool
cancelable
:
false
,
String
key
,
String
oldValue
,
String
newValue
,
String
url
,
Storage
storageArea
}
)