call abstract method

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

Implementation

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