call abstract method

TRes call({
  1. String? id,
  2. bool? delete_file,
  3. bool? delete_generated,
  4. bool? destroy_file_entry,
})

Implementation

TRes call({
  String? id,
  bool? delete_file,
  bool? delete_generated,
  bool? destroy_file_entry,
});