unsync method

void unsync()

Remove the synchronization with another element

Implementation

void unsync() {
  _sync?._removeValue(this);
}