AppStoreConnectApiBase class Null safety
Base class for the App Store Connect API.
- Implementers
Constructors
- AppStoreConnectApiBase()
-
Base class for the App Store Connect API.
const
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
appStoreVersions(
String appId) → Future< AppStoreGenericResponse< AppStoreVersion, AppStoreBuild> > - Get a list of builds associated with a specific app.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
preReleaseVersions(
String appId) → Future< AppStoreGenericResponse< AppStorePreReleaseVersion, AppStoreBuild> > - Get a list of prerelease versions associated with a specific app.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator
==(
Object other) → bool -
The equality operator.
inherited