getTotalPhysicalMemory static method

int getTotalPhysicalMemory()

Returns the amount of total physical memory in bytes.

print(SysInfo.getTotalPhysicalMemory());
=> 3755331584

Implementation

static int getTotalPhysicalMemory() => _getTotalPhysicalMemory();