menu
flutter_classic_bluetooth package
documentation
flutter_classic_bluetooth.dart
BtcConnection
input property
input property
dark_mode
light_mode
input
property
Stream
<
Uint8List
>
get
input
Stream of incoming bytes from the remote device.
Implementation
Stream<Uint8List> get input => _inputStream;
flutter_classic_bluetooth package
documentation
flutter_classic_bluetooth
BtcConnection
input property
BtcConnection class