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

description

EventStreamProvider<Event> const unloadEvent

Implementation

static const EventStreamProvider<Event> unloadEvent =
    const EventStreamProvider<Event>('unload');