call abstract method

TRes call({
  1. String? page,
  2. int? page_size,
  3. String? store_id,
  4. String? term,
})

Implementation

TRes call({
  String? page,
  int? page_size,
  String? store_id,
  String? term,
});