InfoService class Null safety
InfoService description
Constructors
- InfoService({AnalyticService? analytic})
-
InfoService description
const
Properties
- analyticId → String?
-
read-only
- appName → String
-
Load app information from the platform.
The app name.
CFBundleDisplayNameon iOS,application/labelon Android.read-only - buildNumber → String
-
The build number.
CFBundleVersionon iOS,versionCodeon Android.read-only - buildSignature → String
-
The build signature. Empty string on iOS, signing key signature (hex) on Android.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- installerStore → String?
-
The installer store. Indicates through which store this application was installed.
read-only
- packageName → String
-
The package name.
bundleIdentifieron iOS,getPackageNameon Android.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- version → String
-
The package version.
CFBundleShortVersionStringon iOS,versionNameon Android.read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- package ↔ PackageInfo?
-
read / write