call abstract method

TRes call({
  1. String? language,
  2. String? title,
  3. String? description,
  4. String? emailTemplate,
  5. String? emailSubject,
})

Implementation

TRes call({
  String? language,
  String? title,
  String? description,
  String? emailTemplate,
  String? emailSubject,
});