call abstract method

TRes call({
  1. int? rank,
  2. String? reward,
})

Implementation

TRes call({
  int? rank,
  String? reward,
});