isIOS property

bool get isIOS

Returns true if running on iOS (any version).

Implementation

static bool get isIOS => Platform.isIOS;