call abstract method

TRes call({
  1. String? name,
  2. String? content,
})

Implementation

TRes call({
  String? name,
  String? content,
});