EventBus: Singleton Event Bus + GlobalEvent Type System β Flutter Cross-Module Decoupling
Analyze the EventBus singleton pattern and GlobalEvent type system, implementing cross-module communication via broadcast Stream; covering the triggering and listening patterns for global events such as device ban, user blacklist, and force update.