ProjectConfig constructor
ProjectConfig({})
Implementation
ProjectConfig({
required this.projectId,
this.iosBundleIdentifier,
this.iosTeamId,
this.iosDeeplinkSchema,
this.androidPackageName,
this.androidSha256Fingerprints = const [],
this.androidDeeplinkSchema,
this.domains = const [],
});