call abstract method

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

Implementation

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