getAbi method

Future<String?> getAbi()

Get most preffered abi platform. Use if you are using split-apk

Implementation

Future<String?> getAbi() async {
  return _methodChannel.invokeMethod<String>('getAbi');
}