runningOnApple top-level property
Whether we are running on something Apple-flavoured.
Implementation
final runningOnApple =
[TargetPlatform.iOS, TargetPlatform.macOS].contains(defaultTargetPlatform);
Whether we are running on something Apple-flavoured.
final runningOnApple =
[TargetPlatform.iOS, TargetPlatform.macOS].contains(defaultTargetPlatform);