getInfo method
Get physical memory information.
Implementation
Future<MemoryInfo> getInfo() async {
var $res = await promiseToFuture<$js.MemoryInfo>(
$js.chrome.system.memory.getInfo());
return MemoryInfo.fromJS($res);
}
Get physical memory information.
Future<MemoryInfo> getInfo() async {
var $res = await promiseToFuture<$js.MemoryInfo>(
$js.chrome.system.memory.getInfo());
return MemoryInfo.fromJS($res);
}