getFreePhysicalMemory static method

int getFreePhysicalMemory()

Returns the amount of free physical memory in bytes.

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

Implementation

static int getFreePhysicalMemory() => _getFreePhysicalMemory();