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