call abstract method

TRes call({
  1. DateTime? from,
  2. DateTime? to,
  3. String? id,
})

Implementation

TRes call({
  DateTime? from,
  DateTime? to,
  String? id,
});