removePhone method
ResponseFuture<RemovePhoneResponse>
removePhone(
- RemovePhoneRequest request, {
- CallOptions? options,
Delete the user phone
Deprecated: Update the users phone field to remove the phone number.
Delete the phone number of a user.
Implementation
$grpc.ResponseFuture<$0.RemovePhoneResponse> removePhone(
$0.RemovePhoneRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removePhone, request, options: options);
}