hideDivider method

void hideDivider()

Implementation

void hideDivider() {
  dividerNotifier.value = null;
}