classicConnectionState property
实现 FlutterBluetoothPluginPlatform.classicConnectionState。
Web Bluetooth 不支持 Classic Bluetooth/RFCOMM。
Implementation
@override
Stream<BluetoothClassicConnectionEvent> get classicConnectionState {
return const Stream<BluetoothClassicConnectionEvent>.empty();
}