kernelName
kernelName
The name of your operating system.
Possible values are:
Linux
Windows
MacOS
iOS
Android
Example:
import "package:system_info2/system_info2.dart";
print("Kernel name : ${SysInfo.kernelName}");
Last updated
Was this helpful?