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