call abstract method

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

Implementation

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