getInstance static method

EventBusService getInstance()

Implementation

static EventBusService getInstance(){
  return _single ??= EventBusService._();
}