call abstract method

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

Implementation

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