StorageEventInit constructor

StorageEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String? key,
  5. String? oldValue,
  6. String? newValue,
  7. String url,
  8. Storage? storageArea,
})

Implementation

external factory StorageEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String? key,
  String? oldValue,
  String? newValue,
  String url,
  Storage? storageArea,
});