DataStreamParticipantMethods extension

on

Methods

sendFile(File file, {required SendFileOptions options}) Future<Map<String, String>>

Available on LocalParticipant, provided by the DataStreamParticipantMethods extension

sendText(String text, {SendTextOptions? options}) Future<TextStreamInfo>

Available on LocalParticipant, provided by the DataStreamParticipantMethods extension

streamBytes(StreamBytesOptions? options) Future<ByteStreamWriter>

Available on LocalParticipant, provided by the DataStreamParticipantMethods extension

streamText(StreamTextOptions? options) Future<TextStreamWriter>

Available on LocalParticipant, provided by the DataStreamParticipantMethods extension