clearCAPK method

Future<bool?> clearCAPK()

Implementation

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