isIOS property

bool isIOS

Checks whether the device is iOS or not

Implementation

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