call abstract method

TRes call({
  1. String? user,
  2. int? team,
})

Implementation

TRes call({
  String? user,
  int? team,
});