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