uninstallApp

open suspend override fun uninstallApp(packageName: String, onResult: (success: Boolean, message: String?) -> Unit)

Method to uninstall an app by package name.


open suspend override fun uninstallApp(onResult: (success: Boolean, message: String?) -> Unit)

Method to uninstall the current app.