ActionCodeSettings constructor

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

Implementation

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