output property
Stream sink used to write to the remote Bluetooth device
If you want to send strings, consider using your own encoding (e.g. ascii) or use the helper writeString
Implementation
late BluetoothStreamSink output;
Stream sink used to write to the remote Bluetooth device
If you want to send strings, consider using your own encoding (e.g. ascii) or use the helper writeString
late BluetoothStreamSink output;