EventBus.getDefault constructor

EventBus.getDefault()

Implementation

factory EventBus.getDefault() {
  return _instance ??= EventBus._init();
}