getAID method

Future<List<Uint8List>?> getAID()

Implementation

Future<List<Uint8List>?> getAID() {
  return TySmartPosApiPluginPlatform.instance.getAID();
}