initStorageEvent method
void
initStorageEvent(])
The StorageEvent.initStorageEvent()
method is used to initialize the
value of a StorageEvent.
Implementation
external void initStorageEvent(
String type, [
bool bubbles,
bool cancelable,
String? key,
String? oldValue,
String? newValue,
String url,
Storage? storageArea,
]);