menu
Dart
dart:html
StorageEvent
StorageEvent factory constructor
StorageEvent
brightness_4
brightness_5
description
StorageEvent
constructor
StorageEvent
(
String
type
,
{
bool
canBubble
=
false
,
bool
cancelable
=
false
,
String
?
key
,
String
?
oldValue
,
String
?
newValue
,
String
?
url
,
Storage
?
storageArea
}
)
Implementation
factory StorageEvent
Dart
dart:html
StorageEvent
StorageEvent factory constructor
StorageEvent class