AppIdService class

Class that handles the app id

The app id is a unique identifier that is used to identify the app in the Windows registry. It is automatically generated when the user runs inno build for the first time with the --app-id flag.

The app id is stored in the pubspec.yaml file under the key inno_build.app_id.

Constructors

AppIdService(PubspecManager _pubspecManager)
Creates a new instance of AppIdService.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ensureAppId() Future<String>
Ensures that the app id exists in the pubspec.yaml file.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAppId() Future<String>
Updates the app id in the pubspec.yaml file.

Operators

operator ==(Object other) bool
The equality operator.
inherited