ProjectInfo constructor

ProjectInfo({
  1. String? androidPackageName,
  2. String? iosBundleId,
  3. String? iosTeamId,
  4. String? debugSha256,
})

Implementation

ProjectInfo({
  this.androidPackageName,
  this.iosBundleId,
  this.iosTeamId,
  this.debugSha256,
});