clear method

void clear()

Set the value to initialValue of the current state.

Implementation

void clear() => updateInitialValue(state.initialValue);