isIOS property

bool get isIOS

Implementation

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