getLegacyStats method
Temporarily exposes _getStats and old getStats as getLegacyStats until Chrome fully supports new getStats API.
Implementation
Future<RtcStatsResponse> getLegacyStats([MediaStreamTrack? selector]) {
throw _webRtcUnsupported();
}