call abstract method

TRes call({
  1. String? number,
  2. String? countryCode,
})

Implementation

TRes call({
  String? number,
  String? countryCode,
});