isAppleOS property
bool
get
isAppleOS
Whether the current platform is Apple OS. 当前平台是否苹果系列系统 (iOS & MacOS)
Implementation
bool get isAppleOS => Platform.isIOS || Platform.isMacOS;
Whether the current platform is Apple OS. 当前平台是否苹果系列系统 (iOS & MacOS)
bool get isAppleOS => Platform.isIOS || Platform.isMacOS;