ResolveProfile constructor
ResolveProfile({
- String? slug,
- String? type,
- String? deepLink,
- bool forceRedirect = false,
- required PlatformResolution ios,
- required PlatformResolution ipad,
- required PlatformResolution android,
- required PlatformResolution desktop,
- required Map<
String, String> attribution,
Implementation
ResolveProfile({
this.slug,
this.type,
this.deepLink,
this.forceRedirect = false,
required this.ios,
required this.ipad,
required this.android,
required this.desktop,
required this.attribution,
});