RemoveUserPhoneArguments constructor
- required UserPhone phone,
- MyUserCredentials? confirmation,
Implementation
RemoveUserPhoneArguments({
required this.phone,
this.confirmation,
});
RemoveUserPhoneArguments({
required this.phone,
this.confirmation,
});