supported64BitAbis property

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

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

Implementation

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