isIOS top-level property

bool get isIOS

return true if running on iOS

Implementation

bool get isIOS => !isWeb && Platform.isIOS;