isIOS property

bool get isIOS

Returns true if the platform is iOS.

Implementation

static bool get isIOS =>
    DevicePlatformType.currentPlatformType == PlatformType.IOS;