initStorageEvent method
void
initStorageEvent(])
Implementation
void initStorageEvent(String type,
[bool? bubbles = false,
bool? cancelable = false,
String? key,
String? oldValue,
String? newValue,
String? url = '',
Storage? storageArea]) =>
js_util.callMethod(this, 'initStorageEvent', [
type,
bubbles,
cancelable,
key,
oldValue,
newValue,
url,
storageArea
]);