AppStoreAppActiveApkSet constructor

AppStoreAppActiveApkSet({
  1. String? baseApkId,
  2. List<String>? splitApkId,
})

Implementation

AppStoreAppActiveApkSet({this.baseApkId, this.splitApkId});