startClassicServer method
实现 FlutterBluetoothPluginPlatform.startClassicServer。
Web Bluetooth 不支持 Classic Bluetooth/RFCOMM。
Implementation
@override
Future<void> startClassicServer({
required String serviceUuid,
String serviceName = 'FlutterBluetoothPlugin',
bool secure = true,
}) {
throw UnsupportedError('Classic Bluetooth is not supported on web.');
}