isIOS property
bool
get
isIOS
Returns true if the platform is iOS.
Implementation
static bool get isIOS => DevicePlatformType.currentPlatformType == PlatformType.IOS;
Returns true if the platform is iOS.
static bool get isIOS => DevicePlatformType.currentPlatformType == PlatformType.IOS;