isApple property
bool
get
isApple
Returns true if the platform is either iOS or macOS.
Implementation
static bool get isApple => PlatformDevice.isIOS || PlatformDevice.isMacOS;
Returns true if the platform is either iOS or macOS.
static bool get isApple => PlatformDevice.isIOS || PlatformDevice.isMacOS;