pub async fn uninstall(
settings: &impl Settings,
namespace: &str,
name: &str,
) -> Result<()>Expand description
Uninstalls the extension with the specified namespace and name.
ยงErrors
- If an error occurs while uninstalling the extension.