clear method
void
clear()
Set the value to initialValue of the current state.
Implementation
void clear() => updateInitialValue(state.initialValue);
Set the value to initialValue of the current state.
void clear() => updateInitialValue(state.initialValue);