targetNdkApi property
int
get
targetNdkApi
The minimum Android SDK API version to that the compiled code will be compatible with.
Implementation
int get targetNdkApi => _syntax.targetNdkApi;
The minimum Android SDK API version to that the compiled code will be compatible with.
int get targetNdkApi => _syntax.targetNdkApi;