isIOS property

bool get isIOS

Checks if the application is running on the iOS platform.

Implementation

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