isIOS property
Returns true if the current platform is iOS.
Implementation
static bool get isIOS =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.iOS;
Returns true if the current platform is iOS.
static bool get isIOS =>
!kIsWeb && defaultTargetPlatform == TargetPlatform.iOS;