onSysStats method
@detail callback @author wangzhanqiang @brief Callbacks occur every 2 seconds to inform the current CPU and memory usage information. @param stats Cpu, memory information. See SysStats{@link #SysStats} data type for details.
Implementation
FutureOr<void> onSysStats(SysStats stats) async {}