call abstract method

TRes call({
  1. String? userId,
  2. int? teamId,
})

Implementation

TRes call({
  String? userId,
  int? teamId,
});