AppStoreConnectApi class

Constructors

AppStoreConnectApi(AppStoreConnectClient _client, String _appId)

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

getBuilds({required String version, String? buildNumber}) Future<List<Build>>
getInAppPurchase(String id) Future<InAppPurchase>
getInAppPurchases({int limit = 200}) Future<List<InAppPurchase>>
getTerritories() Future<List<Territory>>
getVersions({Iterable<String>? versions, Iterable<AppStoreState>? states, Iterable<AppStorePlatform>? platforms}) Future<List<AppStoreVersion>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postInAppPurchase(InAppPurchaseAttributes attributes) Future<InAppPurchase>
postVersion({required AppStoreVersionAttributes attributes}) Future<AppStoreVersion>
toString() String
A string representation of this object.
inherited

Operators

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