isIOS property

bool get isIOS

是否是 IOS 平台

Implementation

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