removeMyPhone method

ResponseFuture<RemoveMyPhoneResponse> removeMyPhone(
  1. RemoveMyPhoneRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.RemoveMyPhoneResponse> removeMyPhone(
    $4.RemoveMyPhoneRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeMyPhone, request, options: options);
}