packageName property

String? packageName
getter/setter pair

Optional - If omitted, the project's default package will be fetched.

Name of the package for which we are fetching data from. Should match the app name for Android apps, or the corresponding entity (e.g. bundle name) for iOS apps.

Implementation

core.String? packageName;