mirror of
https://github.com/flutter/flutter.git
synced 2026-02-13 22:31:34 +08:00
The throttle duration could delay past the point where the destination sink was closed. Check if it is closed before adding an event. Fixes a crash on dev: StateError: Bad State: Stream is already closed.