Future<String> deleteWidget(String widgetId) { return client.setRoomStateWithKey( id, 'im.vector.modular.widgets', widgetId, {}, ); }