isIOS property

bool get isIOS

True for IOS apps.

Implementation

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