onSysStats property
This callback is triggered periodically (2s) reporting the current CPU and memory usage.
Implementation
@override
abstract OnSysStatsType? onSysStats;
This callback is triggered periodically (2s) reporting the current CPU and memory usage.
@override
abstract OnSysStatsType? onSysStats;