isIOS property
bool
get
isIOS
Check if the current platform is iOS
Implementation
static bool get isIOS => !kIsWeb && Platform.isIOS;
Check if the current platform is iOS
static bool get isIOS => !kIsWeb && Platform.isIOS;