requestInstallPackagesPermission
Requests the permission to install packages from unknown sources.
This method triggers a system prompt or redirect to the appropriate settings, allowing the user to grant the app the necessary permission to install APK files. It should be used prior to invoking app installation functionality if the required permission is not already granted.
Note: Ensure to first check whether the app can already request install packages permission using canRequestInstallPackages before calling this method.