onRtcStats property
Reports the statistics about the current call.
connection
The connection information. See RtcConnection.stats
Statistics of the RTC engine. See RtcStats.
Implementation
final void Function(RtcConnection connection, RtcStats stats)? onRtcStats;