getCurrentABIName method

Future<String?> getCurrentABIName()

Returns the ABI (Application Binary Interface) name for the current platform.

Example: "arm64-v8a", "x86_64".

Implementation

Future<String?> getCurrentABIName() {
  throw UnimplementedError('getCurrentABIName() has not been implemented.');
}