unwatchWorkspace method

ResponseFuture<UnwatchWorkspaceResponse> unwatchWorkspace(
  1. UnwatchWorkspaceRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$16.UnwatchWorkspaceResponse> unwatchWorkspace($16.UnwatchWorkspaceRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$unwatchWorkspace, request, options: options);
}