unmount method
Unmounts this element and all descendants.
Implementation
@override
void unmount() {
state.dispose();
state.detach();
super.unmount();
}
Unmounts this element and all descendants.
@override
void unmount() {
state.dispose();
state.detach();
super.unmount();
}