call abstract method

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

Implementation

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