For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?