Dart
dart:html
GlobalEventHandlers
stalledEvent constant
description
stalledEvent constant
EventStreamProvider
<
Event
>
const
stalledEvent
=
const EventStreamProvider<Event>('stalled')
Implementation
static
const
EventStreamProvider<Event> stalledEvent =
const
EventStreamProvider<Event>(
'stalled'
)