ResolveProfile constructor

ResolveProfile({
  1. String? slug,
  2. String? type,
  3. String? deepLink,
  4. bool forceRedirect = false,
  5. required PlatformResolution ios,
  6. required PlatformResolution ipad,
  7. required PlatformResolution android,
  8. required PlatformResolution desktop,
  9. 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,
});