supportedAbis property

String get supportedAbis

An ordered list of ABIs supported by this device. Empty string if not available.

Implementation

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