kernelBitness
kernelBitness
The kernelBitness describes the number of bits your kernel is running.
If you need to know what bitness your app is running as use userSpaceBitness.
Possible values are:
32
64
Example:
import "package:system_info2/system_info2.dart";
print("Kernel bitness : ${SysInfo.kernelBitness}");
Last updated
Was this helpful?