isPackageGloballyActivated method Null safety
- @Deprecated('Use PubCache().isGloballyActivated')
- String package
@Deprecated('Use PubCache().isGloballyActivated')
returns true if the given package has been globally activated
Implementation
@Deprecated('Use PubCache().isGloballyActivated')
bool isPackageGloballyActivated(String package) =>
PubCache().isGloballyActivated(package);