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