TEventBus constructor

TEventBus({
  1. bool sync = false,
})

Implementation

TEventBus({
  bool sync = false,
}) : _streamController = StreamController.broadcast(sync: sync);