Indicates than an object cannot have an onDidDispose event. Also allows an object to include a dispose function.
onDidDispose
dispose
Optional
Release resources and notify dependent services when tearing down an object
Event that emits when dispose is called on an object
Indicates than an object cannot have an
onDidDispose
event. Also allows an object to include adispose
function.