track method
dynamic
track()
inherited
Implementations should call this method e.g. at construction time to make
sure they will be trackable in debugging scenarios. See ReleasableTracker.enable
for more information.
Implementation
track() {
ReleasableTracker.startTracking(this);
}