isIOS property
bool
get
isIOS
Whether the current platform is iOS.
Implementation
static bool get isIOS => defaultTargetPlatform == TargetPlatform.iOS;
Whether the current platform is iOS.
static bool get isIOS => defaultTargetPlatform == TargetPlatform.iOS;