static Future<String?> installerStore() async { PackageInfo packageInfo = await getPackageInfo(); return packageInfo.installerStore; }