isPackageGlobalActivateFromPath method Null safety
- @Deprecated('Use PubCache().isGloballyActivatedFromSource')
- String path
@Deprecated('Use PubCache().isGloballyActivatedFromSource')
Run dart pub global activate for a package located in path
relative to the current directory.
Implementation
@Deprecated('Use PubCache().isGloballyActivatedFromSource')
void isPackageGlobalActivateFromPath(String path) =>
PubCache().isGloballyActivatedFromSource(path);