disable method

void disable()

Implementation

void disable() {
  emit(state.copyWith(isEnabled: false));
}