isIOS property

bool isIOS

Implementation

static bool get isIOS => isWeb ? false : io.Platform.isIOS;