packageName property

String packageName
final

The package name.

  • bundleIdentifier on iOS and macOS. Defined in the product target in xcode.
  • packageName on Android. Defined in build.gradle as applicationId.

Implementation

final String packageName;