appStoreVersions method Null safety

Future<AppStoreGenericResponse<AppStoreVersion, AppStoreBuild>> appStoreVersions(
  1. String appId
)

Get a list of builds associated with a specific app.

Implementation

Future<AppStoreGenericResponse<AppStoreVersion, AppStoreBuild>>
    appStoreVersions(
  String appId,
);