Permanently closes the reactive object and releases all internal resources.
After calling close, the object should no longer be used.
@override void close() { unbind(); super.close(); }