packageConfigLoader property
Returns a loader to read the content of the package configuration.
The package configuration URIs will be resolved relative to packageConfigPath, but the loader can read the config from a different location.
If null, the default loader will read from packageConfigPath.
Implementation
Future<Uint8List?> Function(Uri uri)? get packageConfigLoader => null;