call abstract method

TRes call({
  1. bool? blobFiles,
  2. bool? sprites,
  3. bool? screenshots,
  4. bool? transcodes,
  5. bool? markers,
  6. bool? imageThumbnails,
  7. bool? dryRun,
})

Implementation

TRes call({
  bool? blobFiles,
  bool? sprites,
  bool? screenshots,
  bool? transcodes,
  bool? markers,
  bool? imageThumbnails,
  bool? dryRun,
});