PlatformConfig constructor
PlatformConfig({
- required ProjectType projectType,
- String? bundleIdentifier,
- String? packageName,
- List<
String> urlSchemes = const [], - List<
String> iosUrlSchemes = const [], - List<
String> androidUrlSchemes = const [], - List<
String> associatedDomains = const [], - List<
String> appLinkHosts = const [], - List<
String> sha256Fingerprints = const [], - String? teamId,
Implementation
PlatformConfig({
required this.projectType,
this.bundleIdentifier,
this.packageName,
this.urlSchemes = const [],
this.iosUrlSchemes = const [],
this.androidUrlSchemes = const [],
this.associatedDomains = const [],
this.appLinkHosts = const [],
this.sha256Fingerprints = const [],
this.teamId,
});