ActionCodeSettings constructor

  1. @protected
ActionCodeSettings({
  1. String? androidPackageName,
  2. String? androidMinimumVersion,
  3. bool androidInstallApp = false,
  4. String? dynamicLinkDomain,
  5. bool handleCodeInApp = false,
  6. String? iOSBundleId,
  7. required String url,
})

Implementation

@protected
ActionCodeSettings({
  this.androidPackageName,
  this.androidMinimumVersion,
  this.androidInstallApp = false,
  this.dynamicLinkDomain,
  this.handleCodeInApp = false,
  this.iOSBundleId,
  required this.url,
});