getFreeVirtualMemory
getFreeVirtualMemory
Example:
import "package:system_info2/system_info2.dart";
print("Processors : ${SysInfo.getTotalVirtualMemory()}");Last updated
Was this helpful?
import "package:system_info2/system_info2.dart";
print("Processors : ${SysInfo.getTotalVirtualMemory()}");Last updated
Was this helpful?
Was this helpful?