iOS property

bool get iOS

Whether it's iOS device.

Implementation

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