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 updated
Was this helpful?