W3cubDocs

/Dart 2

packageConfig property

Future<Uri> packageConfig

The package root of the current isolate, if any.

If the isolate is using a packageRoot or the isolate has not been setup for package resolution, this getter returns null, otherwise it returns the package config URI.

Implementation

external static Future<Uri> get packageConfig;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-isolate/Isolate/packageConfig.html