detach method

void detach()

Detaches the object from the Finalizer.

Implementation

void detach() => _finalizer.detach(this);