nativePlatforms property

List<String>? nativePlatforms
getter/setter pair

List of required ABIs (Application Binary Interface), e.g. armeabi or x86.

Implementation

core.List<core.String>? nativePlatforms;