enable method

void enable()

Implementation

void enable() {
  emit(state.copyWith(isEnabled: true));
}