enableParent method

void enableParent()

Implementation

void enableParent() {
  state.enableParent();
  notifyListeners();
}