isIOS property
bool
get
isIOS
Flag which determines whether current platform is iOS.
Implementation
static bool get isIOS => defaultTargetPlatform == TargetPlatform.iOS;
Flag which determines whether current platform is iOS.
static bool get isIOS => defaultTargetPlatform == TargetPlatform.iOS;