call abstract method

TRes call({
  1. String? email,
  2. String? lastName,
  3. String? firstName,
  4. String? reference,
  5. String? identifier,
  6. String? locale,
  7. Enum$MobileThemesEnum? theme,
  8. Input$IPhoneInput? phone,
  9. Input$TargetACIInput? target,
})

Implementation

TRes call({
  String? email,
  String? lastName,
  String? firstName,
  String? reference,
  String? identifier,
  String? locale,
  Enum$MobileThemesEnum? theme,
  Input$IPhoneInput? phone,
  Input$TargetACIInput? target,
});