edufolly / flutter_bluetooth_serial

A basic Flutter Bluetooth Serial
MIT License
479 stars 465 forks source link

chore: made _BluetoothStreamSink public #182

Open radomir9720 opened 2 years ago

radomir9720 commented 2 years ago

This PR contains one small change - made _BluetoothStreamSink public. Reason - tests. It was impossible to mock BluetoothConnection.output getter.