getInstalledPackages static method

Future<List<UniversalAppInfo>> getInstalledPackages()

Implementation

static Future<List<UniversalAppInfo>> getInstalledPackages() async {
  _ensureInitialized();
  return CrossPlatformAppService.instance.getInstalledApps();
}