getAppsInstalled method

Future<String?> getAppsInstalled()

Method that allow's you to get the installed app's from the current device where the app is running.

Implementation

Future<String?> getAppsInstalled() {
  return ContextualProfilerPlatform.instance.getAppsInstalled();
}