appId property
String?
get
appId
The application id.
This is read from the inno_build.app_id
key in the pubspec.yaml file.
Implementation
static String? get appId => _pubspec['inno_build']['app_id'];
The application id.
This is read from the inno_build.app_id
key in the pubspec.yaml file.
static String? get appId => _pubspec['inno_build']['app_id'];