targetPlatform property

String? targetPlatform
final

Specifies the target platform architecture.

Defines the specific platform architecture to build for. Common values include:

  • "android-arm64" - ARM 64-bit architecture
  • "android-arm" - ARM 32-bit architecture
  • "android-x64" - x86 64-bit architecture

Implementation

final String? targetPlatform;