installerStore static method

Future<String?> installerStore()

Implementation

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