PubApp.global constructor
Create a new reference to a pub application; packageName is the same as the
package name.
Implementation
factory PubApp.global(String packageName) => new _PubGlobalApp(packageName);
Create a new reference to a pub application; packageName is the same as the
package name.
factory PubApp.global(String packageName) => new _PubGlobalApp(packageName);