removeSelf method

void removeSelf()

Implementation

void removeSelf() {
  top<CoreContainer>()._exposedMap.remove(runtimeType.toString());
  _exposed = false;
}