disconnectClassic method
断开 Classic Bluetooth RFCOMM 连接。
参数:
deviceId:Classic 设备地址,无默认值。仅 Android 有效;iOS/macOS/Linux/Windows/Web 为空操作。
Implementation
Future<void> disconnectClassic(String deviceId) {
throw UnimplementedError('disconnectClassic() has not been implemented.');
}