call abstract method

TRes call({
  1. String? reason,
  2. String? screen,
  3. String? description,
})

Implementation

TRes call({
  String? reason,
  String? screen,
  String? description,
});