call abstract method

TRes call({
  1. String? subject,
  2. String? preview,
  3. String? content,
})

Implementation

TRes call({
  String? subject,
  String? preview,
  String? content,
});