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