isIOS property

bool isIOS

True for IOS apps.

Implementation

static bool get isIOS => !isWeb && Platform.isIOS;