createBroadcast abstract method

BonsoirAction<BonsoirBroadcastEvent> createBroadcast(
  1. BonsoirService service, {
  2. bool printLogs = kDebugMode,
})

This method returns an initialized subclass of BonsoirAction holding the eventStreams and other state needed for the implementations.

Implementation

BonsoirAction<BonsoirBroadcastEvent> createBroadcast(BonsoirService service,
    {bool printLogs = kDebugMode});