isPackageGloballyActivated method

  1. @Deprecated('Use PubCache().isGloballyActivated')
bool isPackageGloballyActivated(
  1. String package
)

returns true if the given package has been globally activated

Implementation

@Deprecated('Use PubCache().isGloballyActivated')
bool isPackageGloballyActivated(String package) =>
    PubCache().isGloballyActivated(package);