packageInfo property

Future<PackageInfo> get packageInfo

Get the package info

Example: context.packageInfo

Implementation

Future<PackageInfo> get packageInfo async => await PackageInfo.fromPlatform();