output property

_BluetoothStreamSink<Uint8List> output
getter/setter pair

Stream sink used to write to the remote Bluetooth device

You should use some encoding to send string, for example .add(ascii.encode('Hello!')) or .add(utf8.encode('Cześć!)).

Implementation

late _BluetoothStreamSink<Uint8List> output;