isIOS property

bool get isIOS

Returns true if the current platform is iOS.

Implementation

bool get isIOS => platform == TargetPlatform.iOS;