isApple property

bool get isApple

是否是苹果平台

Implementation

static bool get isApple => !isWeb && (Platform.isIOS || Platform.isMacOS);