reset method
void
reset()
Reset the effect to initial state
Implementation
void reset() {
if (_disposed) return;
_data.value = null;
_dataWasSet.value = false;
_isLoading.value = false;
_error.value = null;
}