RegisterCredentials.phone constructor
const
RegisterCredentials.phone({})
Implementation
const RegisterCredentials.phone({
required this.phoneNumber,
required this.password,
this.displayName,
}) : email = null,
method = AuthMethod.phone;