clearAppCache method

Future<bool?> clearAppCache(
  1. List<String> appPkgNames
)

Implementation

Future<bool?> clearAppCache(List<String> appPkgNames) {
  return TySmartPosApiPluginPlatform.instance.clearAppCache(appPkgNames);
}