static Future<String> get packageName async => await PackageInfo.fromPlatform() .then((PackageInfo value) => value.packageName);