channel property
RTCDataChannel
get
channel
Implementation
_i3.RTCDataChannel get channel => _i4.getProperty(
this,
'channel',
);
set
channel
(RTCDataChannel value)
Implementation
set channel(_i3.RTCDataChannel value) {
_i4.setProperty(
this,
'channel',
value,
);
}