call abstract method

TRes call({
  1. String? phone,
  2. String? country,
})

Implementation

TRes call({
  String? phone,
  String? country,
});