isAppleOS property

bool isAppleOS

Whether the current platform is Apple OS. 当前平台是否为苹果系列系统

Implementation

bool get isAppleOS => Platform.isIOS || Platform.isMacOS;