classicConnectionState property
Stream<BluetoothClassicConnectionEvent>
get
classicConnectionState
监听 Classic Bluetooth 连接状态。
无参数。仅 Android 推送事件;iOS/macOS/Linux/Windows/Web 为空流。
Implementation
Stream<BluetoothClassicConnectionEvent> get classicConnectionState {
throw UnimplementedError(
'classicConnectionState has not been implemented.',
);
}