call abstract method

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

Implementation

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