isIOS property

bool get isIOS

Returns true if the current platform is iOS.

Implementation

static bool get isIOS =>
    !kIsWeb && defaultTargetPlatform == TargetPlatform.iOS;