unmount method

void unmount()

Implementation

void unmount() {
  state.dispose();
  state._element = null;
  state._widget = null;
}