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