Future<void> removeRect(String key) async { await promiseToFuture(interop.removePath(mapIdMixin, key)); }