Switches the event back to the non-signaled state. All subsequent calls to the wait method will block the calling code.
non-signaled
Future<void> reset() { _isSet = false; return _void; }