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