isIOS property

bool get isIOS

Returns true for a native iOS app.

Implementation

bool get isIOS => !kIsWeb && this == TargetPlatform.iOS;