ClearAppsDataParams constructor

ClearAppsDataParams({
  1. List<String>? packageNames,
})

Implementation

ClearAppsDataParams({
  this.packageNames,
});