reset method
Resets the anticipate to initial state.
Implementation
AnticipateModel reset() =>
copyWith(value: '', selectedIndex: 0, focused: false);
Resets the anticipate to initial state.
AnticipateModel reset() =>
copyWith(value: '', selectedIndex: 0, focused: false);