isIOS property

bool get isIOS

Flag which determines whether current platform is iOS.

Implementation

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