removePhone method

ResponseFuture<RemovePhoneResponse> removePhone(
  1. RemovePhoneRequest request, {
  2. CallOptions? options,
})

Remove the user phone

Remove the user phone

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.RemovePhoneResponse> removePhone(
  $0.RemovePhoneRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removePhone, request, options: options);
}