MethodChannelBonsoirBroadcastAction constructor

MethodChannelBonsoirBroadcastAction({
  1. required BonsoirService service,
  2. bool printLogs = kDebugMode,
})

Creates a new method channel action instance for the broadcast action.

Implementation

MethodChannelBonsoirBroadcastAction({
  required this.service,
  super.printLogs,
}) : super(
        classType: 'broadcast',
      );