AppInfo constructor

AppInfo(
  1. String appIdAndroid,
  2. String appKeyAndroid,
  3. String appIdIos,
  4. String appKeyIos,
  5. String developerId,
)

Implementation

AppInfo(this.appIdAndroid, this.appKeyAndroid, this.appIdIos, this.appKeyIos,
    this.developerId);