Future<String> getAppId() async { final packageInfo = await PackageInfo.fromPlatform(); return packageInfo.packageName; }