isIOS top-level property

bool isIOS

return true if running on iOS

Implementation

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