EventBus constructor

EventBus()

工厂构造函数,返回同一个实例。

Implementation

factory EventBus() => _instance;