getStats property
Future<RTCStatsReport> Function()
get
getStats
Implementation
_i2.Future<_i3.RTCStatsReport> Function() get getStats =>
() => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'getStats',
),
r'call',
[this],
));
set
getStats
(Future<RTCStatsReport> value())
Implementation
set getStats(_i2.Future<_i3.RTCStatsReport> Function() value) {
_i4.setProperty(
this,
'getStats',
_i4.allowInterop(value),
);
}