reset method

void reset()
override

Reset to the initial value and validate.

Implementation

void reset() {
  onChanged(_initialValue);
  debugPrint('SwitchCubit | reset | value: $_initialValue');
}