ApplicationDescriptor class

Constructors

ApplicationDescriptor()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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 Methods

getAppName() Future<String>
NOTE: In our testing app, iOS will not return a name. This is because Flutter has an open issue with app names for iOS (which can be resolved manually). Our SDK is expected to deliver correct app names for publishers, if they solved their own name issue.
getAppPackageName() Future<String>
getAppVersion() Future<String>