call abstract method

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

Implementation

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