Dart
dart:html
WindowEventHandlers
onStorage property
description
onStorage property
Stream
<
StorageEvent
>
onStorage
Implementation
Stream<StorageEvent>
get
onStorage => storageEvent.forTarget(
this
);