packageConfig property
The --packages flag passed to the executable used to run the script in this isolate (see Platform.packageConfig)
Implementation
final String packageConfig = kIsWeb ? '' : Platform.packageConfig ?? '';
The --packages flag passed to the executable used to run the script in this isolate (see Platform.packageConfig)
final String packageConfig = kIsWeb ? '' : Platform.packageConfig ?? '';