createBroadcastAction abstract method

BonsoirAction<BonsoirBroadcastEvent> createBroadcastAction(
  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> createBroadcastAction(BonsoirService service, {bool printLogs = kDebugMode});