rtcEngine$onSysStats method
@detail callback @author wangzhanqiang @brief Report the current device CPU and memory usage, which is triggered every 2s. @param engine ByteRTCEngine object @param stats Cpu and memory usage information. See ByteRTCSysStats{@link #ByteRTCSysStats} data type
Implementation
FutureOr<void> rtcEngine$onSysStats(
ByteRTCEngine engine, ByteRTCSysStats stats) async {}