unmount method
Removes this element from the tree.
Implementation
@override
void unmount() {
DragDropManager.unregisterSource(this);
super.unmount();
}
Removes this element from the tree.
@override
void unmount() {
DragDropManager.unregisterSource(this);
super.unmount();
}