reset method
override
Reset to the initial value and validate.
Implementation
void reset() {
onChanged(_initialValue);
debugPrint('SwitchCubit | reset | value: $_initialValue');
}
Reset to the initial value and validate.
void reset() {
onChanged(_initialValue);
debugPrint('SwitchCubit | reset | value: $_initialValue');
}