AddPhoneController constructor
- MyUserService _myUserService, {
- void pop()?,
- required UserPhone phone,
- bool timeout = false,
Implementation
AddPhoneController(
this._myUserService, {
this.pop,
required this.phone,
bool timeout = false,
}) {
if (timeout) {
_setResendPhoneTimer();
}
}