clearAID method

Future<bool?> clearAID()

Implementation

Future<bool?> clearAID() {
  return TySmartPosApiPluginPlatform.instance.clearAID();
}