call abstract method

TRes call({
  1. List<String>? paths,
  2. bool? rescan,
  3. bool? scanGenerateCovers,
  4. bool? scanGeneratePreviews,
  5. bool? scanGenerateImagePreviews,
  6. bool? scanGenerateSprites,
  7. bool? scanGeneratePhashes,
  8. bool? scanGenerateImagePhashes,
  9. bool? scanGenerateThumbnails,
  10. bool? scanGenerateClipPreviews,
  11. Input$ScanMetaDataFilterInput? filter,
})

Implementation

TRes call({
  List<String>? paths,
  bool? rescan,
  bool? scanGenerateCovers,
  bool? scanGeneratePreviews,
  bool? scanGenerateImagePreviews,
  bool? scanGenerateSprites,
  bool? scanGeneratePhashes,
  bool? scanGenerateImagePhashes,
  bool? scanGenerateThumbnails,
  bool? scanGenerateClipPreviews,
  Input$ScanMetaDataFilterInput? filter,
});