dart / 2.17.0 / dart-html / rtcdatachannel / closeevent-constant.html /

closeEvent constant

EventStreamProvider< Event> const closeEvent

Static factory designed to expose close events to event handlers that are not necessarily instances of RtcDataChannel.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> closeEvent =
    const EventStreamProvider<Event>('close');

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.17.0/dart-html/RtcDataChannel/closeEvent-constant.html