unlocked method
- @protected
- @mustCallSuper
@mustCallSuper, @protected
Called by lockEvents when events get unlocked.
This should flush any events that were queued while locked was true.
Implementation
@protected
@mustCallSuper
void unlocked() {
assert(!locked);
}