supportsAndroid property

bool get supportsAndroid

True when Android uses direct C++ (bypasses JNI bridge).

Implementation

bool get supportsAndroid => RegExp(
  r'\bandroid\s*:\s*(?:NativeImpl|AndroidNativeImpl)\.cpp\b',
).hasMatch(_annotation);