isIOS property
bool
get
isIOS
Checks whether the device is iOS or not
Implementation
static bool get isIOS =>
!isWeb && defaultTargetPlatform == TargetPlatform.iOS;
Checks whether the device is iOS or not
static bool get isIOS =>
!isWeb && defaultTargetPlatform == TargetPlatform.iOS;