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