isIOS property

bool get isIOS

Check if current platform is iOS

Implementation

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