getAppsInstalled method

Future<String?> getAppsInstalled()

Implementation

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