PropsStorageEvent extension

on

Properties

key → String?

Available on StorageEvent, provided by the PropsStorageEvent extension

no setter
newValue → String?

Available on StorageEvent, provided by the PropsStorageEvent extension

no setter
oldValue → String?

Available on StorageEvent, provided by the PropsStorageEvent extension

no setter
storageArea → Storage?

Available on StorageEvent, provided by the PropsStorageEvent extension

no setter
url → String

Available on StorageEvent, provided by the PropsStorageEvent extension

no setter

Methods

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

Available on StorageEvent, provided by the PropsStorageEvent extension