instance property

EventBus get instance

Implementation

static EventBus get instance {
  return _singletonEventBus;
}