PubApp.global constructor

PubApp.global(
  1. String packageName
)

Create a new reference to a pub application; packageName is the same as the package name.

Implementation

factory PubApp.global(String packageName) => _PubGlobalApp(packageName);