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