supportedAbis property
An ordered list of ABIs supported by this device.
Implementation
@Deprecated("Use nullable DeviceInfo.data['supportedAbis'] instead.")
static String get supportedAbis => _deviceParameters['supportedAbis'] ?? '';
An ordered list of ABIs supported by this device.
@Deprecated("Use nullable DeviceInfo.data['supportedAbis'] instead.")
static String get supportedAbis => _deviceParameters['supportedAbis'] ?? '';