packageInfo property
Future<PackageInfo>
get
packageInfo
Get the package info
Example: context.packageInfo
Implementation
Future<PackageInfo> get packageInfo async => await PackageInfo.fromPlatform();
Get the package info
Example: context.packageInfo
Future<PackageInfo> get packageInfo async => await PackageInfo.fromPlatform();