isIOS property

bool isIOS

Implementation

static bool get isIOS =>
    kIsWeb ? false : defaultTargetPlatform == TargetPlatform.iOS;