isIOS property

bool get isIOS

Whether the current platform is iOS.

Implementation

static bool get isIOS => defaultTargetPlatform == TargetPlatform.iOS;