storageEvent constant - WindowEventHandlers class - dart:html library (original) (raw)

description

EventStreamProvider<StorageEvent> const storageEvent

Implementation

static const EventStreamProvider<StorageEvent> storageEvent =
    const EventStreamProvider<StorageEvent>('storage');