SubClassEvents<ErrorType> class
- Inheritance
-
- Object
- EventsWithError<
ErrorType> - SubClassEvents
Constructors
-
SubClassEvents.new(RTCPeerConnection _peerConnection, {required void error(PeerError<
ErrorType> )})
Properties
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