supportedAbis property

  1. @Deprecated("Use nullable DeviceInfo.data['supportedAbis'] instead.")
String get supportedAbis

An ordered list of ABIs supported by this device.

Implementation

@Deprecated("Use nullable DeviceInfo.data['supportedAbis'] instead.")
static String get supportedAbis => _deviceParameters['supportedAbis'] ?? '';