clearView method
Truncates the delta of the change stream be carefull with this function because ZITADEL has to recompute the deltas after they got cleared. Search requests will return wrong results until all deltas are recomputed
Implementation
$grpc.ResponseFuture<$0.ClearViewResponse> clearView(
$0.ClearViewRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$clearView, request, options: options);
}