Dart
dart:html
RtcPeerConnection
getStats method
description
getStats method
Future
<
RtcStatsReport
>
getStats
(
)
Implementation
Future<RtcStatsReport> getStats() => promiseToFuture<RtcStatsReport>(JS(
""
,
"#.getStats()"
,
this
));