File path: dist/twist/Core/Models/Package.model.php
Namespace: Twist\Core\Models
removeSettings
— Remove all the settings for a particular package, this is usually called by the uninstall.php file located in the package folder
void — No return information has been documented for this function.
<?php
//Call the function removeSettings with the example vars
$resPackage = new \Twist\Core\Models\Package();
$resPackage -> removeSettings();