Is your feature request related to a problem? Please describe.
You can currently call newTracker but there is no way to remove a tracker after initialisation.
Describe the solution you'd like
We could add a removeTracker(id: string) to remove a tracker from the collection.
Is your feature request related to a problem? Please describe.
You can currently call
newTrackerbut there is no way to remove a tracker after initialisation.Describe the solution you'd like
We could add a
removeTracker(id: string)to remove a tracker from the collection.