getFreePhysicalMemory
getFreePhysicalMemory
Returns the total Free physical RAM available to the operating system in bytes.
Example:
import "package:system_info2/system_info2.dart";
print("Processors : ${SysInfo.getFreePhysicalMemory()}");
Last updated
Was this helpful?