PropsStorageEvent extension

on

Properties

key String?
no setter
newValue String?
no setter
oldValue String?
no setter
storageArea Storage?
no setter
url String
no setter

Methods

initStorageEvent(String type, [bool? bubbles = false, bool? cancelable = false, String? key, String? oldValue, String? newValue, String? url = '', Storage? storageArea]) → void