getFreePhysicalMemory
getFreePhysicalMemory
Example:
import "package:system_info2/system_info2.dart";
print("Processors : ${SysInfo.getFreePhysicalMemory()}");Last updated
Was this helpful?
import "package:system_info2/system_info2.dart";
print("Processors : ${SysInfo.getFreePhysicalMemory()}");Last updated
Was this helpful?
Was this helpful?