Method that allow's you to get the installed app's from the current device where the app is running.
Future<String?> getAppsInstalled() { return ContextualProfilerPlatform.instance.getAppsInstalled(); }