supportsApple property

bool get supportsApple

True when iOS or macOS use direct C++ (Apple platforms only).

Implementation

bool get supportsApple => RegExp(
  r'\b(?:ios|macos)\s*:\s*(?:NativeImpl|AppleNativeImpl)\.cpp\b',
).hasMatch(_annotation);