clear method

void clear()

Implementation

void clear() {
  emit(state.toUpdated(hasValue: false, value: null));
}