call abstract method

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

Implementation

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