call abstract method

TRes call({
  1. String? password,
  2. String? token,
  3. int? smsValidationCode,
  4. Input$IPhoneInput? phone,
})

Implementation

TRes call({
  String? password,
  String? token,
  int? smsValidationCode,
  Input$IPhoneInput? phone,
});