mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
OnCancel was firing randomly on event channel registering because of uninitialized is_listening_ variable. This PR fixes: flutter/flutter#84632