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