getPackageInfo method
Retrieve overall information about a package that is installed on the system and is available to the current user.
Implementation
@override
Future<Package> getPackageInfo(
String packageIdentifier, [
Options options = const Options(),
]) {
throw UnimplementedError();
}