call abstract method

TRes call({
  1. int? coach,
  2. int? player,
})

Implementation

TRes call({
  int? coach,
  int? player,
});