call abstract method

TRes call({
  1. int? page,
  2. int? limit,
})

Implementation

TRes call({
  int? page,
  int? limit,
});