packageConfig property
Future<PackageConfig>
get
packageConfig
The PackageConfig of the current isolate.
URIs in the config are asset:$package/$path URIs that work with
AssetId.resolve, allowing files to be read with readAsString or
readAsBytes.
Implementation
Future<PackageConfig> get packageConfig;