pysepal.solara.ui_state.clear_scoped_state# pysepal.solara.ui_state.clear_scoped_state(scope_id=None)[source]# Drop every UI state held for a scope. Parameters: scope_id (str | None) – Scope to clear; defaults to the current one. Return type: None