call abstract method

TRes call({
  1. String? title,
  2. String? description,
  3. String? label,
})

Implementation

TRes call({
  String? title,
  String? description,
  String? label,
});