detach method
void
detach()
Release this binding. Multiple calls release one reference at most.
Implementation
void detach() {
if (_detached) return;
_detached = true;
_detach();
}
Release this binding. Multiple calls release one reference at most.
void detach() {
if (_detached) return;
_detached = true;
_detach();
}