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