System Info
Search
⌃K

getVirtualMemorySize

getVirtualMemorySize

Returns the total amount of virtual memory used by your app.

Example:

import "package:system_info2/system_info2.dart";
print("Processors : ${SysInfo.getVirtualMemorySize()}");
Last modified 1yr ago