从SDK本地缓存中清除设备信息 szDevIds设备序列号,支持批量,用';'隔开
szDevIds
Future<void> xcDeleteDevsInfo({required String deviceIds}) async{ _api.deleteDevsInfo(deviceIds); }