call abstract method

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

Implementation

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