关闭 key 对应的 Floating
key
closeFloating(Object key) { var floating = _floatingCache[key]; floating?.close(); _floatingCache.remove(key); }