unbind method

  1. @override
void unbind()

Removes the reference to the object instance

Implementation

@override
void unbind() {
  _unwatchInstanceAttached();
  _unwatchDependencies();

  super.unbind();
}