classicData property
Stream<BluetoothClassicDataEvent>
get
classicData
监听 Classic Bluetooth 收到的数据。
无参数。仅 Android 推送事件;iOS/macOS/Linux/Windows/Web 为空流。
Implementation
Stream<BluetoothClassicDataEvent> get classicData {
throw UnimplementedError('classicData has not been implemented.');
}