supported32BitAbis property

String get supported32BitAbis

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

Implementation

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