supported32BitAbis property

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

An ordered list of 32 bit ABIs supported by this device.

Implementation

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