onLocalAudioStats method Null safety

void onLocalAudioStats(
  1. NERtcAudioSendStats stats
)

Occurs when the stats of the local audio stream are collected. The message sent by this callback describes the stats of the audio stream published by the local device. The callback is triggered every 2 seconds.

Implementation

void onLocalAudioStats(NERtcAudioSendStats stats);