Dart
dart:html
WindowEventHandlers
unloadEvent constant
unloadEvent
Dart
dart:html
WindowEventHandlers
unloadEvent constant
WindowEventHandlers class
Properties
onHashChange
onMessage
onOffline
onOnline
onPopState
onStorage
onUnload
hashCode
on
runtimeType
Methods
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
hashChangeEvent
messageEvent
offlineEvent
onlineEvent
popStateEvent
storageEvent
unloadEvent
description
unloadEvent
constant
EventStreamProvider
<
Event
>
const
unloadEvent
=
const EventStreamProvider<Event>('unload')
Implementation
static const EventStreamProvider<Event> unloadEvent = const EventStreamProvider<Event>('unload')