SubClassEvents<ErrorType> class

Inheritance

Constructors

SubClassEvents.new(RTCPeerConnection _peerConnection, {required void error(PeerError<ErrorType>)})

Properties

error → void Function(PeerError<ErrorType>)?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String event, Function callback) → void
dispatchEvent(String event, dynamic data) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String event) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited