appStoreVersions method Null safety
- String appId
Get a list of builds associated with a specific app.
Implementation
Future<AppStoreGenericResponse<AppStoreVersion, AppStoreBuild>>
appStoreVersions(
String appId,
);
Get a list of builds associated with a specific app.
Future<AppStoreGenericResponse<AppStoreVersion, AppStoreBuild>>
appStoreVersions(
String appId,
);