Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix missing
OnEvent
callbacks with IrisMethodChannel
used by…
… multiple packages (#108) Resolved an issue where `OnEvent` callbacks were not received when `IrisMethodChannel` was used by multiple packages (e.g., `agora_rtc_engine` and `agora_rtm`) simultaneously. This fix ensures that events are properly handled even after disposal, maintaining consistent behavior across packages.
- Loading branch information