isIOS top-level property Null safety
Whether the current operating system is a version of iOS.
Identified by operatingSystem being the string ios
.
Implementation
bool get isIOS => OperatingSystem.current.isIOS;
Whether the current operating system is a version of iOS.
Identified by operatingSystem being the string ios
.
bool get isIOS => OperatingSystem.current.isIOS;