writeClassic method
实现 FlutterBluetoothPluginPlatform.writeClassic。
Web Bluetooth 不支持 Classic Bluetooth/RFCOMM。
Implementation
@override
Future<void> writeClassic(String deviceId, List<int> value) {
throw UnsupportedError('Classic Bluetooth is not supported on web.');
}