setContactPhone method
ResponseFuture<SetContactPhoneResponse>
setContactPhone(
- SetContactPhoneRequest request, {
- CallOptions? options,
Set contact phone
Add or update the contact phone number of a user. If the phone is not passed as verified, a verification code will be generated, which can be either returned or will be sent to the user by SMS.
Implementation
$grpc.ResponseFuture<$0.SetContactPhoneResponse> setContactPhone(
$0.SetContactPhoneRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setContactPhone, request, options: options);
}